mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
594 B
594 B
RC4 Encrypt and Decrypt
{{#include ../banners/hacktricks-training.md}}
Ako možete na neki način enkriptovati običan tekst koristeći RC4, možete dekriptovati bilo koji sadržaj enkriptovan tim RC4 (koristeći istu lozinku) samo koristeći funkciju enkripcije.
Ako možete enkriptovati poznati običan tekst, takođe možete izvući lozinku. Više referenci možete pronaći u HTB Kryptos mašini:
{{#ref}} https://0xrick.github.io/hack-the-box/kryptos/ {{#endref}}
{{#ref}} https://0xrick.github.io/hack-the-box/kryptos/ {{#endref}}
{{#include ../banners/hacktricks-training.md}}