What are the emerging standards for file transfers (including online transactions)? How about for file integrity checks?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
|
There's not much more to it than "use SSL for file transfers, use digital signatures (e.g. PGP) for file authenticity". The recommended ciphers are AES for a symmetric cipher and RSA for an asymmetric cipher. Any SHA2 family hash should be safe as a hash function. |
|||
|
|
|
I can't think of anything "emerging." The algorithms have changed over time, but the principles have been the same for decades:
There are also error-correcting codes that "oversend" information. See the implementation of Reed-Solomon ECC in QR codes |
||||
|
|
|
There is secure messaging standard for real-time electronic exchange of securities transactions called FIX. It is used mainly in financial domain. |
|||
|
|