📜  同步与异步加密 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:36.928000             🧑  作者: Mango

代码示例1
Encryption can be synchronous or asynchronous. Synchronous cryptography is mostly used for data at rest, and also for digital signature. Asynchronous cryptography is usually used for data in transit and in cases where encryption and decryption keys need to be shared or exchanged.