-
Notifications
You must be signed in to change notification settings - Fork 0
motersen/crbk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
crbk - simple encryption tool and an exercise in ECL's UFFI and ASDF system building BUILDING ======== dependencies: - Embeddable Common Lisp - libsodium > (asdf:make :crbk) or $ ecl --shell build.lisp USE === crbk <operation> -k kfile [-c cfile] [-p pfile] operations: -e, --encrypt Encrypt data in pfile with a randomly generated key, write encrypted data to cfile and save the key in kfile. If the respective options are not specified, encrypt from standard input to standard output -d, --decrypt Read key from kfile, decrypt data from cfile and write plaintext to pfile. If unspecified, decrypt from standard input to standard output
About
simple encryption tool
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published