Guest User

Untitled

a guest
Nov 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. choco install Cygwin cyg-get
  2.  
  3. cyg-get install ssh
  4. cd /cygdrive/c/<path to where encryptfs folder is located>
  5. vagrant init ubuntu/xenial64
  6. vagrant up
  7. vagrant ssh
  8.  
  9. cd /vagrant/.ecryptfs
  10. ls .Private
  11. sudo apt update
  12. sudo apt install ecrypt-utils tree -y
  13. ecrypt-recover-private .Private
  14. tree /tmp
Add Comment
Please, Sign In to add comment