Skip to content

Key-value storage for confident data in a terminal protected by NSA-certified encryption algorithm

License

Notifications You must be signed in to change notification settings

justpresident/cypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypher
======

The simple key-value storage for private data. Uses AES algoritm to encrypt storage file. The key benefit of this storage - is that you don't need to decrypt the whole file and temporary store it on your computer.

Implemented command set:
	put KEY VALUE - puts key value into encrypted storage
	get RE - dump all saved keys, matching perl regexp RE with it's values
	search MASK - shows you all KEYS that satisfy specified MASK

use ./cypher --help to get detailed info

Dependencies for Ubuntu:
	libcrypt-rijndael-perl
	libterm-readline-gnu-perl
	libswitch-perl

About

Key-value storage for confident data in a terminal protected by NSA-certified encryption algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages