-
简单的密码的例子,使用VB的源码, 非常简单明了,希望大家喜欢。...
简单的密码的例子,使用VB的源码, 非常简单明了,希望大家喜欢。-Simple Example of VB Source Code for Encrypt, Rudimentary encryption/decryption demo program
- 2022-03-16 22:25:01下载
- 积分:1
-
在ECC椭圆曲线上的一种加密算法,是现在比较流行的一种非对称加密算法。...
在ECC椭圆曲线上的一种加密算法,是现在比较流行的一种非对称加密算法。-ECC Elliptic Curve in an encryption algorithm is more popular now a non-symmetric encryption algorithm.
- 2023-02-24 09:45:03下载
- 积分:1
-
算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文...
算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文-Arithmetic operations to achieve the replacement of letters. Caesar encryption is the replacement of a single-letter law: the user is given the letter key will be encrypted into a ciphertext
- 2022-03-29 03:50:45下载
- 积分:1
-
elgamal加密算法
这是很好的源代码,对于很多的童鞋来说是非常好的资料,而且程序简单易懂。本程序是在VISUAL C++6.0运行,不过在其他版本的软件上应该也可以运行。
- 2022-03-21 02:53:08下载
- 积分:1
-
密码生成器,很好用
密码生成器,很好用-password generator, a good use
- 2022-11-24 12:30:03下载
- 积分:1
-
程序在VB
Program In VB
- 2022-02-26 22:20:14下载
- 积分:1
-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
cox方法展频水印matlab源码,对bitmap图像隐藏信息
介绍利用AFEPack求解自适应有限元的基本使用方法. 其输入参数为利用easymesh对区域进行剖分后的得到的文件.-AFEPack introduce the use of adaptive finite element to solve the basic usage. Its input parameters for the use of easymesh region after the partition of documents.
- 2022-05-22 22:29:13下载
- 积分:1
-
文件加密技术的案例文件加密技术很多,其中W
文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different occasions. Here is the most simple file encryption technology, which adopts a case-by-byte file with the password or different ways to document encryption, decryption, only re-running again encryption procedures.
- 2022-07-03 17:37:15下载
- 积分:1
-
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。-Pseudo-random RC4 stream encryption algorithm, VC++ development, debugging through. Console interface.
- 2022-04-28 09:18:24下载
- 积分:1