You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Ronin::Support::Crypto::Vigenere module for encrypting/decrypting Vigenere ciphers. Vigenere ciphers are sometimes used in CTFs and crypto challenges. This module might not be automatically loaded by ronin/support/crypto, since Vigenere ciphers are rarely used.
Add a
Ronin::Support::Crypto::Vigenere
module for encrypting/decrypting Vigenere ciphers. Vigenere ciphers are sometimes used in CTFs and crypto challenges. This module might not be automatically loaded byronin/support/crypto
, since Vigenere ciphers are rarely used.Example code: https://github.com/robertodecurnex/vigenere/blob/master/lib/vigenere.rb
The text was updated successfully, but these errors were encountered: