Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 256 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 256 Bytes

twofish-rsa

JavaFX app that encrypts and decrypts files using Twofish. The file encryption key is in turn encrypted with RSA. It uses BouncyCastle for crypto stuff. If it does something in a weird way, it probably means I was required to do it that way.