storage

command
v1.5.21 Latest Latest
Warning

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

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

README

Storage

Cryptographic Data Storage

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

EOL - End of Line (Enter) EOF - End of File (Ctrl+D)

Example

$ ./main put storage.stg data-key
> [password]EOL
> [data-value]EOF
ok
$ ./main get storage.stg data-key
> [password]EOL
[data-value]
$ ./main del storage.stg data-key
> [password]EOL
ok

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