Update for 11-01-22 23:30
This commit is contained in:
parent
0d82ed4090
commit
20d804af67
16
tech/cia-do-dont.wiki
Normal file
16
tech/cia-do-dont.wiki
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
= Cia Do and Donts =
|
||||||
|
|
||||||
|
This is the CIA list of dos and donts.
|
||||||
|
|
||||||
|
== General ==
|
||||||
|
|
||||||
|
| Derective | Rationale |
|
||||||
|
-------------------------
|
||||||
|
| DO obfuscate and encrypt strings; Deobfuscate in memory when needed | Strings help reveng |
|
||||||
|
| Do wipe deobfuscated strings once done | |
|
||||||
|
| DONT decrypt string data upon execution | |
|
||||||
|
| | |
|
||||||
|
| | |
|
||||||
|
| | |
|
||||||
|
| | |
|
||||||
|
| | |
|
@ -6,6 +6,8 @@ Tools useful for security, either offensive or defensive
|
|||||||
|
|
||||||
Hiding information
|
Hiding information
|
||||||
|
|
||||||
|
[[cia-do-dont]]
|
||||||
|
|
||||||
=== Ciphers ===
|
=== Ciphers ===
|
||||||
|
|
||||||
* [[substitution|Substitution]]
|
* [[substitution|Substitution]]
|
||||||
|
Loading…
Reference in New Issue
Block a user