Skip to content

njitacm/security-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages