Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 426 Bytes

Bash based RSA crypto

Dont use this ever

This was made as a piece of coursework to both learn more bash and to show understanding of various aspects of the RSA cryptosystem

Currently finished:

  • Probable Prime generation
  • Public key
  • Private key
  • Encryption
  • Decryption
  • Full TUI for part 1

Todo:

  • Fix weird bug where bobs last message doesnt encrypt correctly, something to do with nonce storage i think

CC-0