mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
First Cryptochef branch commit.
This commit is contained in:
parent
415c59d74c
commit
f79ca6cf02
36 changed files with 7134 additions and 4 deletions
|
@ -295,6 +295,24 @@
|
|||
"Sleep"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cryptocurrency",
|
||||
"ops": [
|
||||
"Extract Double SHA Artifacts",
|
||||
"Extract Segwit Addresses",
|
||||
"Extract Seedphrases",
|
||||
"Deserialize Extended Key",
|
||||
"Public Key To Cryptocurrency Address",
|
||||
"To WIF Format",
|
||||
"From WIF Format",
|
||||
"Type Cryptocurrency Artifact",
|
||||
"Private EC Key to Public Key",
|
||||
"Seedphrase To Seed",
|
||||
"Change Extended Key Version",
|
||||
"Seed To Master Key",
|
||||
"Decrypt Keystore File"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Extractors",
|
||||
"ops": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue