Refactor ronin/support/encoding/base64
to not use the Base64
library
#561
Labels
base64
Base64 encoding
dependency
Dependency issue
encoding
Data encoding / decoding
enhancement
Enhancement to existing code
Refactor
ronin/support/encoding/base64
to not rely on theBase64
library, but instead vendor the code in directly. This will also eliminate the dependency on thebase64
gem.https://github.com/ruby/base64/blob/master/lib/base64.rb
The text was updated successfully, but these errors were encountered: