crypto_storage

command
v1.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2023 License: MIT Imports: 7 Imported by: 0

README

CDS

Cryptographic Data Storage

usage: 
    ./main (get|put|del|new) [storage-path] [data-key]
stdin:
    [storage-password]~[data-value]EOF

Example

$ echo $(cat password.txt;cat data.txt) | ./cds put storage.stg example.com 
$ echo $(cat password.txt) | ./cds get storage.stg example.com 
hello, world!
$ echo $(cat password.txt) | ./cds del storage.stg example.com 
$ echo $(cat password.txt) | ./cds new storage.stg example.com 
$ echo $(cat password.txt) | ./cds get storage.stg example.com 
d1c169963dc69b0d73ffb4a16f821640

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL