Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 857 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 857 Bytes

sec-tools

  • Repo to store anything about sec server

🗃️ Directory Explanation

# Use tree to get a nicer graphical implementation 
.

Chacha Enc

$ echo 'bruh' | openssl.exe enc -k 'bruh on bruh' -nosalt -chacha20 2>/dev/null 
▒▒z@
$ echo 'bruh' | openssl.exe enc -k 'bruh on bruh' -nosalt -chacha20 2>/dev/null | cat -v
M--M-iM-^Rz@

$ openssl.exe enc -k 'bruh on bruh' -nosalt -chacha20 -in chacha-enc 2>/dev/null | cat -v
bruh

$ openssl.exe enc -k 'bruh on bruh' -nosalt -chacha20 -in chacha-enc 2>/dev/null | cat -v


⚠️ Disclaimer