Skip to content

voidpx/fcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple file encryption utility

fcrypt is a simple file encryption utility using openssl crypto lib or tiny-AES-c

Usage

to build:

$ make

to use:

$ fcrypt -h

to run test:

$ make test

Example

encrypt all files in the current directory:

$ fcrypt .
password:
./work.o: 100%
./output.o: 100%
./fcrypt.o: 100%
./crc.o: 100%
./aes.o: 100%
./fcrypt: 100%

TODO

tidy up.

About

Encrypt files with passphrase using AES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages