handoff Code
Brought to you by:
white5moke
File | Date | Author | Commit |
---|---|---|---|
src | 2022-02-05 |
![]() |
[143e1d] updat to README |
.gitignore | 2021-12-16 |
![]() |
[e2868f] genesis. value is soul |
LICENSE | 2021-12-16 |
![]() |
[a5026f] Create LICENSE |
README.md | 2022-02-05 |
![]() |
[143e1d] updat to README |
pom.xml | 2022-01-29 |
![]() |
[28c511] update to README woops |
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.
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`.