Asymmetric Encryption and Decryption in .NET Core using RSA Public/Private Key Pairs

preview_player
Показать описание
#.net #core #.netcore #asymmetricencryption #piblicprivatekey
Learn how to do encryption using public key and decryption using the private key in Nodejs
This is a code walkthrough. to understand why and when to use RSA please watch the previous video in the playlist.


Check out the playlist about RSA
Рекомендации по теме
Комментарии
Автор

Thanks i was stuck in the Decryption and this really helpted me

davidpin
Автор

Hello, thanks for your contribution. Question, can the key be used directly as a string and not as a .pem file?

YudnerParedes
Автор

'Bad length' exception thrown when encrypting larger text. This cud b the limitation of RSA. Pls suggest any alternative approach. Also make a video on how to encrypt JSON/serialized data.

csdevguy
Автор

you said you used the public key for encryption and the private key for decryption. But you mean the other way around right? :)

QuickZ_
Автор

can you tell me how to store the string in the public key variable and use the key to decrypt/encrypt the text

learningtocode
Автор

hello, i get Message=Unable to cast object of type to type
kindly help

mercymaina
Автор

can you make a video on creating a JWT Token using RSA Public/Private Keys

manjunaika
Автор

good tuto, why did not share full code of the project ?

belghoulbilal
Автор

What can you do when you are getting an error that says "Bad Length" at the point of encrypting?

SamuelLawal-yf
Автор

Can you share the steps of creating private and public key using open SSL

padmanathanramasamy
Автор

will it work on other OS? Or it is just for windows?

Unknown_Eugene
Автор

when you going to post your next video on client side cryptography, im waiting for it.

vikasshelake
Автор

How can you make it independent of the private key at the server end? Is it possible to generate a private key at every user end as soon as the user opens the chat window at his end so that it behaves like end to end encryption?

microtech
Автор

Hi, before all, thanks for sharing. I guess this method works cross-platform for RSA asymmetric encryption/decryption right??. I heard some issues against some SPC for Windows against Linux ... Thanks .

orneyd
Автор

Sir
what does the script EncryptionResponse.cs contain ?

learnWithYas
Автор

Where is the ".pem" came from ?

andinofaturahman