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

"genkey" command #2

Open
nathan-osman opened this issue Dec 11, 2015 · 1 comment
Open

"genkey" command #2

nathan-osman opened this issue Dec 11, 2015 · 1 comment

Comments

@nathan-osman
Copy link
Owner

There is currently no way to generate a pre-shared key and later use it to encrypt a file. Therefore, a command such as "genkey" should be implemented to do this.

@nathan-osman
Copy link
Owner Author

Considering that the encrypt command does this, I'm not sure if this is still necessary. The act of generating a usable key can be done with:

clicrypt encrypt -c -k key < /dev/null > /dev/null

Though to be fair, that solution isn't cross-platform. I'm open to suggestions.

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

No branches or pull requests

1 participant