nik-31 / javafx-encryption-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javafx-encryption-app

a javafx application that performs AES encryption on a selected file

summary

  • The user chooses a file to be encrypted and mode of encryption
  • A copy of the specified file is encrypted and placed in the chosen destination
  • File is stored with a SecureRandom generated key and IV

About


Languages

Language:Java 97.9%Language:CSS 2.1%