1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-06 11:24:41 +00:00 committed by gitbook-bot
parent 92e9e092cf
commit 3baa372100
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -4,6 +4,12 @@
If you ends in a code **using shift rights and lefts, xors and several arithmetic operations** it's highly possible that it's the implementation of a **cryptographic algorithm**. Here it's going to be showed some ways to **identify the algorithm that it's used without needing to reverse each step**.
### API functions
#### CryptDeriveKey
### Code constants
Sometimes it's really easy to identify an algorithm thanks to the fact that it needs to use a special and unique value.