Skip to content

def-au1t/ScalaFileCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scala Encryption Tool

About app

Application to encrypt/decrypt files and pack files into encrypted archives. Created using Scala and JavaFX GUI library. The app was made as a project for Programming in Scala classes.

Functionality

Application contains the following features:

  • Encrypt multiple files using safe AES or Blowfish algorithm.
  • Create encrypted archive containing all files in compressed version.
  • Decrypt multiple files with control sum verification.
  • Easy - drag and drop - file management

Screenshots

Encryption view

1

Successful decryption window

2

Authors