cmdkey
CrackStation
CyberChef
DonPAPI
Hashcat
hashID
Hashes.comarrow-up-right
LaZagne
mimikatz
PCredz
SharpDPAPI
UUID Decoderarrow-up-right
wireshark
ASCII
Base64
XOR es un operador (^) bit a bit que devuelve 0 si los bits son iguales y 1 en caso contrario.
^
Last updated 2 months ago
from pwn import * xor(1, 1) # b'\x00'
Commutative: A ⊕ B = B ⊕ A Associative: A ⊕ (B ⊕ C) = (A ⊕ B) ⊕ C Identity: A ⊕ 0 = A Self-Inverse: A ⊕ A = 0