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

Base64 #2

Merged
merged 4 commits into from
Nov 19, 2014
Merged

Base64 #2

merged 4 commits into from
Nov 19, 2014

Conversation

sdodson
Copy link
Collaborator

@sdodson sdodson commented Nov 18, 2014

Allow specifying the SecureRandom method to call encase users need character sets constrained to base64 or url encoded.

Some passwords may not accept the character set generated by the
default method so we'll provide access to all the methods provided by
SecureRandom. Obviously some of these are poor choices for passwords,
but we'll provide the flexibility to use all of them.
@sdodson
Copy link
Collaborator Author

sdodson commented Nov 18, 2014

Fixes #1

@sdodson
Copy link
Collaborator Author

sdodson commented Nov 18, 2014

:-) and of course my specs don't run on ruby 1.8.7. I'll fix that.

nogweii pushed a commit that referenced this pull request Nov 19, 2014
Base64 or URL encoded secrets
@nogweii nogweii merged commit 98c3d96 into nogweii:master Nov 19, 2014
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.

2 participants