Generate and store salt
See original GitHub issueHello. It there any way to make salt configurable?
I found a way to replace that file. And put salt to the env variable:
new webpack.NormalModuleReplacementPlugin(
new RegExp('@cosmjs/proto-signing/build/wallet.js'),
path.resolve(
__dirname,
'replaced/wallet.js'
)
)
Of course someone can find the value in a builded js, but it looks harder.
Issue Analytics
- State:
- Created 2 years ago
- Comments:30 (10 by maintainers)
Top Results From Across the Web
Adding Salt to Hashing: A Better Way to Store Passwords
According to OWASP Guidelines, a salt is a value generated by a cryptographically secure function that is added to the input of hash...
Read more >How to store salt? - passwords
Salt and Password can be stored together because every random salt is different and that makes attacker to brute force each password. So ......
Read more >Salt (cryptography) - Wikipedia
In cryptography, a salt is random data that is used as an additional input to a one-way ... A new salt is randomly...
Read more >Where do you store your salt strings? - Stack Overflow
I always store the salt mixed in with the salted-password hash. ... For example, you generate a random salt of 512 bytes. You...
Read more >Secure Salted Password Hashing - How to do it Properly
The salt should be stored in the user account table alongside the hash. To Store a Password. Generate a long random salt using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@webmaster128 hello, can you please closer describe the problem? I will try to find some time for the help.
Alright, go ahead. No rush. I’ll look at it then.