All Questions
Tagged with standards cryptography
4 questions
1
vote
1
answer
199
views
Is there a documented security standard that forbids or discourages rolling your own crypto?
Is there any security standard published by NIST or another reputed body in information security that explicitly forbids or discourages rolling your own crypto? If yes, would you please post the ...
0
votes
1
answer
122
views
Trustable Sources For Security Algorithms and Standards?
I am learner of cryptographic algorithms and security standards. I usually Google it to understand the basics of the algorithm or the protocol, and to find an implementation of a protocol. However I ...
2
votes
2
answers
470
views
Cryptography best practices standard [closed]
I have been searching some standards about cryptography best practices. I have found some articles and books but no official standard.
Do cryptography best practices standard exist?
0
votes
1
answer
421
views
Envelope formats to store (symmetric) encrypted text
We have decided to use AES to cipher user data. So for every data chunk we have the crypted text along with the SALT. Now we have to store both of them in the database and we do not want to separate ...