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

adjusting regex to support full ASCII range #16

Merged
merged 1 commit into from Apr 25, 2019

Conversation

AV-IO
Copy link
Contributor

@AV-IO AV-IO commented Apr 24, 2019

Current regex does not include the following characters: `~@^&*=+\{}|"?
Notably, the lack of the '+' character will result in base64 being incorrect or split up, ruining base64 strings that are frequently used in certificates or keys.

@Nightbringer21 Nightbringer21 merged commit 0f8c71b into Nightbringer21:master Apr 25, 2019
@Nightbringer21
Copy link
Owner

Merged into master, thank you for the suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants