You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.