Skip to content

Encrypts and Decrypts single files with a password.

Notifications You must be signed in to change notification settings

roshanlam/InCrypt

Repository files navigation

InCrypt

Build Status devDependencies

InCrypt is used to encrypt and decrypt single files with a password. InCrypt uses AES-256 encryption algorithm making it text book secure. InCrypt can be useful for secure file transfers, keeping things locked up on your personal or work computer.

Downloads

Prebuilt binaries have not been created yet. You must run from the source.

To-Do

  • Encrypt or Decrypt Mutiple Files

  • Improve UI Design