Menu

Tree [143e1d] archive1 /
 History

HTTPS access


File Date Author Commit
 src 2022-02-05 white5moke white5moke [143e1d] updat to README
 .gitignore 2021-12-16 white5moke white5moke [e2868f] genesis. value is soul
 LICENSE 2021-12-16 Chris L. Katz Chris L. Katz [a5026f] Create LICENSE
 README.md 2022-02-05 white5moke white5moke [143e1d] updat to README
 pom.xml 2022-01-29 white5moke white5moke [28c511] update to README woops

Read Me

handoff

anonymous identity manager.

basically manages key documents (a protocol set forth in this software). these are used to manage secure
messaging, identity, and signing. the goal with this software is to eventually allow any user to participate
anonymously in any given environment.

what can it do?

bye : exit the app.
cur : what is your current key document `cur`
del : deletes all your key documents. be careful! `del`
echo : prints user input. `echo <any text string>`
gen : generate a new key document. message is optional. `gen [<message>]`
help : help information.
list : list all key documents. sorted by most recent first `list`
peek : view the details of a key document `peek <# from `list`>`
sign : sign a message. `sign <any text here>`
use : designate currently used key document. `use <# from `list`>`
vsign : verify a signed message. user will be prompted for public key, original message, and signature. `vsign`.

last-commit
license: bsd-3-clause
repo-size

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.