标签:https tip advance stand ant 详细 art tar ack
一、对称加密:
1、DES(Data Encryption Standard,即数据加密标准)
详细原理参见:https://blog.csdn.net/qq_27570955/article/details/52442092
github地址:https://github.com/tarequeh/DES.git
编译:gcc -O3 des.c run_des.c -o run_des.o
注:本项目亦可以实现3DES
2、AES(Advanced Encryption Standard,即高级加密标准,又称Rijndael加密法)
二、非对称加密:
1、RSA
详细原理参见:https://blog.csdn.net/kikajack/article/details/80703894
github地址:https://github.com/pantaloons/RSA.git
编译:gcc multiple.c -o rsa
标签:https tip advance stand ant 详细 art tar ack
原文地址:https://www.cnblogs.com/lucifer1997/p/11521098.html