/fcrypt

Quick file encryption/decryption via AES(ECB)

Primary LanguageCApache License 2.0Apache-2.0

fcypt

Quick file encryption/decryption via AES(ECB)

filename extension:

  • .key: 128-bits key,which should be kept separately from your encrypted file
  • .en: encrypted file
  • .de: decrypted file that is the same as your original file after the extension being stripped

Build

git clone https://github.com/nichtsen/fcrypt.git
cd fcrypt
make 

Usage

ecb -en <your file waits to be encrypted>

ecb -de <your file has been encrypted and waits to be decrypted>

Language

python implementation golang implementation