samhoooo / dynamic-QR-code

A dynamic QR code soultion with public-private key encryption
1 stars 0 forks source link

n ciphers? #2

Closed ghost closed 1 month ago

samhoooo commented 3 months ago

This project uses RSA encryption algorithm. What are the other algorithms you would like to implement?

samhoooo commented 3 months ago

AES and DES are symmetric encryption algorithms, which I am afraid not applicatable in this QR code application. (it needs to keep the secret key on the server side)

However, asymmetric encryption algorithms such as ECC (Elliptic Curve Cryptography), and DSA (Digital Signature Algorithm) would be interesting to implement.

What do you think? I would appreciate any idea, or even we can collaborate on a PR.