vimwiki/tech/security.wiki

35 lines
374 B
Plaintext

= Security =
Tools useful for security, either offensive or defensive
== Cryptology ==
Hiding information
=== Ciphers ===
* [[substitution|Substitution]]
* [[Affine]]
=== Misc ===
* [[LFSR|Linear Feedback Shift Registers]]
=== Math for Crypto ===
* [[../math/congruences]]
== Reconnaissance ==
* [[nmap|nmap]] - port scanner
* [[masscan]]
[[index.wiki]]