command
Version:
v1.5.14
Opens a new window with list of versions in this module.
Published: Jul 23, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.