简体   繁体   中英

How to Encrypt Password with public key in angular and Decrypt the password with private key in C#

我被困在一个任务中,我想用RSA公钥将用户密码加密到Angular 7中,并用私钥将用户密码解密到C#中。请提前帮助我。非常感谢。

Here are some Link which are help full in this task:

Below libs are helpful in generating RSA Asymmetric Encryption:(Angular)

node-rsa: https://www.npmjs.com/package/node-rsa
quick-encrypt: https://www.npmjs.com/package/quick-encrypt
asymmetric-crypto: https://www.npmjs.com/package/asymmetric-crypto

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM