mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
20 lines
644 B
Markdown
20 lines
644 B
Markdown
# RC4 Encrypt and Decrypt
|
|
|
|
{{#include ../banners/hacktricks-training.md}}
|
|
|
|
Se riesci in qualche modo a crittografare un testo in chiaro utilizzando RC4, puoi decrittografare qualsiasi contenuto crittografato da quel RC4 (utilizzando la stessa password) semplicemente usando la funzione di crittografia.
|
|
|
|
Se puoi crittografare un testo in chiaro noto, puoi anche estrarre la password. Maggiori riferimenti possono essere trovati nella macchina HTB Kryptos:
|
|
|
|
|
|
{{#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}}
|