command
Version:
v1.6.18
Opens a new window with list of versions in this module.
Published: Aug 10, 2024
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
¶
PManager
Stateless password manager
usage:
./main -salt=[service-name] -work=[diff-size]
stdin:
[master-key]EOL
EOL - End of Line (Enter)
Example
$ go run . -salt="service-name" -work=24
master-key
EvCqIyPVq9ydjspox6GqN63ggT0xrUfNFnFgwAy1odQ=
$ echo "master-key" | go run . -salt="service-name" -work=24
EvCqIyPVq9ydjspox6GqN63ggT0xrUfNFnFgwAy1odQ=
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.