Guest User

Untitled

a guest
Mar 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $ keyctl add user mypassword supersecret @s
  2. 543456789
  3.  
  4. $ echo -n supersecret | keyctl padd user mypassword @s
  5. 543456789
  6.  
  7. $ keyctl print 543456789
  8. supersecret
  9.  
  10. $ keyctl search @s user mypassword
  11. 543456789
Add Comment
Please, Sign In to add comment