-
电气工程学院大师sis2009
ElGamal算法不仅用于数据加密也能用于数字签名,其安全性依赖于有限域上离散对数问题的计算。该方法的关键。首先,选择一个素数P,两个随机数,G和G,X,X<P,计算Y = G ^ X(MOD P),其公钥Y,G和P的私钥X G和P的一组用户共享。ElGamal数字签名。信息签署M,先选择一个
- 2022-03-15 15:18:20下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
密码算法中的单向散列函数之SHA算法的C代码
密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
- 2022-02-22 10:15:44下载
- 积分:1
-
IBM的MARS加密算法
IBM的MARS加密算法-IBMMARS
- 2022-06-01 02:22:46下载
- 积分:1
-
pki资料,是希望入门pki的人的最好的参考资料
pki资料,是希望入门pki的人的最好的参考资料-pki data entry pki is the best reference.
- 2022-12-09 13:15:03下载
- 积分:1
-
tc 2.0 文件加密
tc 2.0 文件加密-tc 2.0 file encryption
- 2022-02-13 13:29:11下载
- 积分:1
-
迷源
alsmds;lasmd asld aksmda akms;as amskd afbkaj ahf ahsva hashn agdkamns hsa dMYBAMSNV AMSHBM khdanb smashnva mscaksjn fvamsvahsvn ancbkajb cmanskjanb ca kjab scmn askan cka kajbamnb ahn c。
- 2022-03-30 14:21:53下载
- 积分:1
-
MD5算法的VC示例,非常 好!
MD5算法的VC示例,非常 好!-MD5 algorithm VC example, a very, very good!
- 2022-08-10 21:18:20下载
- 积分:1
-
对初学MALAB读的经典外文书籍,简单易懂,有简单代码
对初学MALAB读的经典外文书籍,简单易懂,有简单代码-Novice MALAB reading the classic books in foreign language, easy to understand, there is a simple code
- 2022-02-05 17:26:55下载
- 积分:1
-
twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件加密成一个。不同的口令可以用于解译不同的变量。输出不能从单个加密文件中识别出来,并且这个工
twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件加密成一个。不同的口令可以用于解译不同的变量。输出不能从单个加密文件中识别出来,并且这个工具使用一种合法的算法,这种算法本身并不意味着要隐藏任何信息。-twocrypt (2c) is a PoC tool, uses in the ultra arrogance. It
encrypts two documents. The different password may use in the solution
to translate the different variable. The output cannot from
individually encrypt in the document to distinguish, and this tool
uses one legitimate algorithm, this algorithm itself certainly did not
mean must hide any information.
- 2022-11-27 16:40:03下载
- 积分:1