examples

来自「在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密」· 代码 · 共 64 行

TXT
64
字号
This will give you a short overview...--------------------------------------------------------------------------------COMMANDS========- Save a password  1:	poc -s  2:	poc --save-password  AES (RIJNDAEL) will be used to encipher the card's memory- Remove a password  1:	poc -r hamster@box.org  2:	poc --remove-password=hamster@box.org  This will remove the password which has the description "hamster@box.org"- Format a card  1:	poc -f  2:	poc --format-card  You'll be asked for the size of the card and finally the card will be  formated.- List password/s  1:	poc -l hamster@box.org  2:	poc --list-password=hamster@box.org   This will give you the password to which the given description   "hamster@box.org" belongs.  1:	poc -l all  2:	poc --list-password=all  This will list all passwords...- Change the card's key  1:	poc -c  2:	poc --change-cardkey  You'll be asked for the old and then for the new key. And then it'll be  changed.- Backup a card to a file   	poc --backup=card_backup  The card's memory will be written to the file 'card_backup'- Restore a card from a file    	poc --restore=card_backup  The file 'card_backup' will be read and then written to the card.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?