Last active
November 6, 2024 08:02
-
-
Save thomsh/65c7bd2b99287fada5242bb2a04e3a54 to your computer and use it in GitHub Desktop.
cryptop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sdb: | |
1)wgt:(/|/sdbackup/)sdbackup.bin\.tar\.gz/ # (sha1=ce831841c0d0....) | |
2.1)v2.asc: echo -n "ta.."|sha256sum # =^fa0 | |
2.2)v1.asc: echo -n "ta.."|openssl dgst -whirlpool -provider legacy -binary |base64 -w 0 # =^Rl/ | |
2.3) .bin: openssl aes-256-cbc -d -md md5 -in i -out o # v1key | |
3) --key-file a --offset=0 --readonly --cipher aes-xts-plain --key-size=512 --type plain open devX name | |
--------------------------------------------- | |
sh: | |
1) l=s....nres..e ; p=995|def; | |
strtfpr=(JN5TpD/hwppRotTpsK...|46:08:e6:33:87:....) | |
ks2fpr=(GE2QtfRwjm4K8lrSu/X...|ea:4b:8c:f3:5c:....) | |
2) pw=$(echo -n "ta...j..b.....(.)"|sha1) #=^4e|^cd | |
---- | |
k-uuid | |
62027a4-1967-b504-66c7-171d00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment