-
C++ implementaion for RSA together with the Wiener attack.
It uses NTL librar...
C++ implementaion for RSA together with the Wiener attack.
It uses NTL library for big numbers
- 2023-01-04 06:30:03下载
- 积分:1
-
Openssl ActivePerl
Openssl & ActivePerl-5.8 & 编译要点说明,按照说明很容易通过编译,本人已经测试过,祝你好运。-Openssl ActivePerl- Compiler 5.8 points that can easily follow the instructions through the compiler, I have tested, I wish you the best of luck.
- 2022-06-14 02:34:21下载
- 积分:1
-
Documents and SettingsAdministrator桌面MD5.rar
Documents and SettingsAdministrator桌面MD5.rar-Documents and Settings Administrator Desktop MD5.rar
- 2022-01-21 21:10:26下载
- 积分:1
-
hashish
hashish-1.1b加密算法库c++ -hashish-1.1b encryption algorithm storehouse c
- 2022-09-17 00:05:03下载
- 积分:1
-
Delphi加密控件源码,包括对称钥匙加密控件和散列函数控件
Delphi加密控件源码,包括对称钥匙加密控件和散列函数控件 -Delphi encryption controls the source code, controls
including the symmetrical key encryption and disperses the row letter
numerical control
- 2022-06-11 22:19:37下载
- 积分:1
-
加密工具源码,由ASM编写,代码简洁,很值得研究!
加密工具源码,由ASM编写,代码简洁,很值得研究!-Source encryption tool, prepared by the ASM, code simplicity, it is worth studying!
- 2022-05-29 04:01:18下载
- 积分:1
-
微狗(UMI/UMC/PMH/PMI)驱动安装程序是安装在 Windows 9X/ME/NT/2K/XP/WS2003/Vista
/XP64/WS200...
微狗(UMI/UMC/PMH/PMI)驱动安装程序是安装在 Windows 9X/ME/NT/2K/XP/WS2003/Vista
/XP64/WS2003x64/Vista64环境下的驱动的程序。- 微狗(UMI/UMC/PMH/PMI)驱动安装程序是安装在 Windows 9X/ME/NT/2K/XP/WS2003/Vista
/XP64/WS2003x64/Vista64环境下的驱动的程序。
- 2022-02-24 15:35:29下载
- 积分:1
-
一个关于串口的简单实现,可以了解基本串口听基本知识
一个关于串口的简单实现,可以了解基本串口听基本知识-a serial port on the simple realization, we can understand the basic serial listen to the basic knowledge
- 2022-07-09 09:22:33下载
- 积分:1
-
ElGamal算法
ElGamal算法-ElGamal algorithm
- 2022-07-24 16:18:08下载
- 积分: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