Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ronin/support/encoding/base64 to not use the Base64 library #561

Open
postmodern opened this issue Dec 15, 2024 · 0 comments
Open
Labels
base64 Base64 encoding dependency Dependency issue encoding Data encoding / decoding enhancement Enhancement to existing code

Comments

@postmodern
Copy link
Member

postmodern commented Dec 15, 2024

Refactor ronin/support/encoding/base64 to not rely on the Base64 library, but instead vendor the code in directly. This will also eliminate the dependency on the base64 gem.

https://github.com/ruby/base64/blob/master/lib/base64.rb

@postmodern postmodern added encoding Data encoding / decoding enhancement Enhancement to existing code dependency Dependency issue base64 Base64 encoding labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base64 Base64 encoding dependency Dependency issue encoding Data encoding / decoding enhancement Enhancement to existing code
Projects
None yet
Development

No branches or pull requests

1 participant