-
**Background**: Issue https://github.com/golang/go/issues/69420 proposes a `types.Hash` function that provides a hash operator for `types.Type` values that is consistent with the equivalence relation …
-
There should be SHA hashes for downloadable files. There is no way thus far to verify their validity.
-
Store hashed passwords for users in the DB (you may use any hashing mechanism --make sure to cite and credit the sources in comments)
-
It's confusing to have the hash found, rather than the hash expected, presented on output when a check fails. Going to check the key of the package reveals the hash to match, which leads to head scra…
-
### Description of the new feature / enhancement
Being able to show a file hash value, or compare it to a given hash value.
Supply the algorithm as a parameter.
### Scenario when this would be used?…
-
We have a customer who likes the Maintenance Solution script, however they will not allow software/files onto their system without a hash file, could this be generated on for the scripts and available…
-
-
### Summary
The documentation for the [password_hash filter](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/password_hash_filter.html) mentions bcrypt, but it is not shown in the…
-
#### Feature Request
**How**
The bot output the hash string with adjustable security according your input text. I recommend the implementation with secure hashing algorithm or CSPRNG.
**Why**
For tho…
-
How to get transaction hash
```ts
const transferMessage = wallet.createTransfer({
seqno,
secretKey: keyPair.secretKey,
sendMode: SendMode.PAY_GAS_SEPARATELY,
messages
});
…