-
PE程序加密壳源程序
PE程序加密壳源程序 -PE procedure encryption shell source program
- 2022-04-22 17:32:41下载
- 积分:1
-
动画演示aes加密的详细步骤,清晰生动,希望能对大家理解加密方法有所帮助...
动画演示aes加密的详细步骤,清晰生动,希望能对大家理解加密方法有所帮助-Animation aes encryption detailed steps, clear and vivid, hoping to help you understand the encryption method
- 2022-06-27 09:31:23下载
- 积分:1
-
c语言文件加密程序
c语言文件加密程序-file encryption procedures
- 2022-01-26 04:02:13下载
- 积分:1
-
rsa加密算法实例
rsa加密算法实例-rsa encryption algorithm examples
- 2022-11-16 00:45:03下载
- 积分:1
-
adfgx密表密码
adfgx密表密码-adfgx secret password
- 2022-05-23 08:14:25下载
- 积分:1
-
通过数据加密程序VB.net编写,提供三的加密方法…
vb.net编写的数据加密程序,提供三种加密方式: 简单加密、随机码加密、用户名加密-vb.net prepared by the data encryption program, providing three encryption methods : simple encryption, random encryption, user name encryption
- 2022-03-29 18:39:17下载
- 积分:1
-
RC4 encryption algorithm to achieve in VB
rc4加密算法在VB中实现-RC4 encryption algorithm to achieve in VB
- 2022-01-26 05:19:48下载
- 积分: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
-
des cipher
des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。
密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x
- 2022-03-07 03:28:18下载
- 积分:1
-
ntstrsafe lib and csq.lib
ntstrsafe lib and csq.lib
- 2022-12-25 09:50:03下载
- 积分:1