mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
Clarify aes /Ca help message (#12580)
This commit is contained in:
parent
2d236dbe56
commit
d38df47b74
@ -94,7 +94,7 @@ static const char *help_msg_slash_a[] = {
|
||||
|
||||
static const char *help_msg_slash_C[] = {
|
||||
"Usage: /C", "", "Search for crypto materials",
|
||||
"/Ca", "", "Search for AES keys",
|
||||
"/Ca", "", "Search for AES keys expanded in memory",
|
||||
"/Cc", "[algo] [digest]", "Find collisions (bruteforce block length values until given checksum is found)",
|
||||
"/Cd", "", "Search for ASN1/DER certificates",
|
||||
"/Cr", "", "Search for private RSA keys",
|
||||
|
Loading…
Reference in New Issue
Block a user