Skip to content

pateldevang/RSA-cryptosystem-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-cryptosystem-swift

Boiler plate for RSA encryption to avoid Man-in-the-middle attack during networking. Can also be used to generate encrypted QR codes.

  1. Hello get encrypted into 2048 bits RSA and the QR code is generated.
  2. If anyone scan the QR code then they get encrpted string.
  3. Use store private key in server to decrypt the data that gets scanned from the QR code.

Releases

No releases published

Packages

No packages published

Languages