-
Caesar
取代式密码的存在,已经超过2500年 以上,最早利 用的范例 是在西元600年 左右,内容是以颠倒的希伯來 文构成的。凯萨大帝(Julius Caesar)也曾经使用称为Caesar密码法。方法为将每个字母用其后的第三个字母來 取代。(Replace passwords existence, has more than 2,500 years or more, the first example is using a range of about the year 600 AD, the contents of the text is upside-down Heber future composition. Great Caesar (Julius Caesar) has also been known as the Caesar cipher using the method. Method is used then each letter is replaced by the third letter.)
- 2011-10-31 22:52:37下载
- 积分:1
-
共享软件加密算法库v2.0 (C++)
共享软件加密算法库v2.0 (C++)-sharing software encryption algorithm library v2.0 (C)
- 2023-01-07 10:15:03下载
- 积分:1
-
aes
AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C language implementation of AES encryption and decryption algorithm)
- 2017-12-02 18:59:04下载
- 积分:1
-
实现RSA
RSA加密算法的实现
2^1024大的素数实现-implement the RSA
- 2022-04-29 03:25:57下载
- 积分:1
-
des加密,必须是8位英文字符,或4位中文字符
des加密,必须是8位英文字符,或4位中文字符-des encryption, must be 8 characters in English, or four Chinese characters
- 2022-01-25 19:30:17下载
- 积分:1
-
Base64 application components
Base64组件的应用-Base64 application components
- 2022-02-09 11:20:00下载
- 积分:1
-
SDES
SDES加密算法的java实现。
带图形界面。
并且是CBC模式的。(SDES algorithm with java.
with gui
and it is based on cbc mode.)
- 2011-10-25 22:45:00下载
- 积分:1
-
mash11_only_canary
mash2 for pll, fractional n frequency synthesizer of this code is very important, please download it and hope for help with your design.
- 2020-11-12 17:09:43下载
- 积分:1
-
罗宾
素数Robin―Millor测试法的C语言源码-Robin-Millor prime test of the C language source
- 2022-12-02 15:55:03下载
- 积分:1
-
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
- 2023-01-22 15:25:03下载
- 积分:1