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

Added secure sign key generator command #109

Closed
wants to merge 13 commits into from

Conversation

AndrewCarterUK
Copy link

I've added a command that can be used to securely generate keys.

This is a first draft and I'm just submitting for review.

andrew@laptop ~/Development/glide $ php bin/glide-console generate-sign-key
bGS6lzFqvvSQ8ALbOxatm7/Vk7mLQyzqaS34Q4oR1ew=

andrew@laptop ~/Development/glide $ php bin/glide-console generate-sign-key --format=hex
531a5187f08846a40ab6a9f9c651831bdd188e84b026804039773ef0aa51e500

andrew@laptop ~/Development/glide $ php bin/glide-console generate-sign-key --entropy=64
ladkecOLF7RvMl/J5EGr/SMz5InfSyX+DA9CvecE/OiVFndnMqgvfLofNGO6/Gc5P1Io+eHYhcJphIRHCB9Kpg==

@AndrewCarterUK
Copy link
Author

I've re-factored this into it's own repository now (I saw another project that needed a similar utility).

Happy to leave this pull request up or alternatively you could recommend https://github.com/AndrewCarterUK/CryptoKey

I've got no issues either way :)

@reinink
Copy link
Contributor

reinink commented Dec 20, 2015

LOVE IT. But yes, I think as a separate package. Well done. I'm going to add this to the recommended packages list, and the documentation.

Thanks again, Andrew, for your help with making Glide more secure. VERY much appreciated.

@reinink reinink closed this Dec 20, 2015
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