Skip to content

Commit 9591d09

Browse files
sydsetercpholguera
andauthored
Apply suggestions from code review
Co-authored-by: Carlos Holguera <perezholguera@gmail.com>
1 parent c5171cf commit 9591d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weaknesses/MASVS-CRYPTO/MASWE-0025.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Using deprecated, risky or broken algorithms for the purpose of ensuring account
3535

3636
- **Choose collision resistant algorithm**: Choose a signature algorithm that is sufficiently collision resistant like RSA (3072 bits and higher), ECDSA with NIST P-384 or EdDSA with Edwards448.
3737

38-
- **Choose an signing scheme that make use of algorithms with sufficient bit-lengths**: As our computers gets stronger, the hashes gets weaker, therefore, make sure that you can adjust the bit-length length (strength) of the algorithm of your choosing. When signatures are stored at rest, make sure to follow the software industry's long term recommendations (e.g: ["NIST: Transition to Post-Quantum Cryptography Standards](https://csrc.nist.gov/pubs/ir/8547/ipd)").
38+
- **Choose an signing scheme that make use of algorithms with sufficient bit-lengths**: As our computers gets stronger, the hashes gets weaker, therefore, make sure that you can adjust the bit-length length (strength) of the algorithm of your choosing. When signatures are stored at rest, make sure to follow the software industry's long term recommendations (e.g. ["NIST: Transition to Post-Quantum Cryptography Standards"](https://csrc.nist.gov/pubs/ir/8547/ipd)).

0 commit comments

Comments
 (0)