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

How to generate password and SHA2 in Windows? #64

Open
ZedZipDev opened this issue Mar 17, 2024 · 1 comment
Open

How to generate password and SHA2 in Windows? #64

ZedZipDev opened this issue Mar 17, 2024 · 1 comment
Labels

Comments

@ZedZipDev
Copy link

I run W10 and docker inside. How to generate these 2 environment variables?

@kroepke
Copy link
Member

kroepke commented Apr 24, 2024

You can use this https://serverfault.com/a/1122278/208062 on Windows for SHA256.
For the password secret, you can really use any randomly generated string, it's being used as the seed for further encryption.

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

No branches or pull requests

3 participants