-
MD5加密算法源代码,对于初学者有很好的借鉴意义!
MD5加密算法源代码,对于初学者有很好的借鉴意义!-MD5 encryption algorithm source code, there are very good for the beginners learn the meaning of!
- 2023-08-15 20:40:03下载
- 积分:1
-
can的能源测试需要帮助的人请自己下载,还是挺有用的
can的能源测试需要帮助的人请自己下载,还是挺有用的-nothing could i say ,why should we need to upload
- 2022-02-06 01:12:47下载
- 积分:1
-
《DES算法的介绍和实现》配套源代码
《DES算法的介绍和实现》配套源代码- "DES Algorithm Introduction And Realization" necessary source
code
- 2022-11-07 22:35:03下载
- 积分:1
-
含有常用的一些加密标准算法实现
含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms
to realize
- 2022-03-13 00:19:15下载
- 积分:1
-
简单的密码,适合初学者
简单的 密码问题 初学者-simple passwords for beginners
- 2022-08-20 05:12:35下载
- 积分:1
-
DCPcrypt Cryptographic Component Library
DCPcrypt Cryptographic Component Library
- 2022-08-03 06:46:51下载
- 积分: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
-
发展加密-使用公钥和 SYMMETRICKEY 的安全通信
加密是将数据到一种形式,称为密文不能轻易的转换理解 byunauthorized 人。解密是加密的 databack 转换其原始形式,以便它可以被理解的过程。使用的加密/解密航宇老作为沟通的艺术。在战时,可以采用一组密码,通常 incorrectlycalled 的"代码",为了不让敌人从获得的传输内容。(从技术上讲,代码是代表没有保持秘密的意图信号的一种手段 ; 例子是莫尔斯电码 andASCII)。简单密码包括字母数字,字母在字母表中,therotation 和"争先恐后"的 voicesignals 通过反演的单边带频率的替代。更复杂的密码 workaccording 到复杂的计算机算法,重新排列数据 bitsin 数字信号。为了方便地恢复的加密信号的内容,则需要正确的解密密钥。"撤消"工作的 encryptionalgorithm 算法是关键。另外,一台计算机可用于尝试在"破"的密码。越复杂的加密算法,它变得对不能进入关键的通信进行监听的降解。加密/解密是无线通信中的 especiallyimportant。这是因为无线电路 areeasier"挖掘"硬连线的同行相比。然而,加密/解密是一个好主意,当进行任何种类的 sensitivetransaction,例如信用咭购买在线或在组织中的不同部门之间的陪伴着秘密的讨论。Strongerthe 密码 — — 那就是,难未经授权的人把它打破 — — 越好,一般。然而,作为加密/decryptionincreases 的力量,如此的成本。近几年来,在所谓的强加密的争议 hasarisen。这是指那收敛牢不可破没有解密密钥密码。虽然大多数公司及其客户认为它作为保守秘密和尽量减少欺诈的手段,作为一个潜在的手段,通过 whichterrorists 的一些政府认为强加密可能会逃避当局。解密密钥将存储在 asupposedly 安全的地方,仅由当局,使用只有支持捉拿法院命令使用。这项计划的反对者辩称罪犯可以砍进密钥托管数据库并非法获取、 偷窃,或改变钥匙。3.1EXISTING 系统在现有的系统中,加密密钥是发送文档。关键是与文档一起发送,如果任何用户都可以使用该密钥查看 encrypteddocument。这意
- 2022-09-01 12:40:03下载
- 积分:1
-
AES加密软件,用于加密当前文本框中的内容。使用的是美国国家标准(也被ISO所采纳)最新加密算法AES。...
AES加密软件,用于加密当前文本框中的内容。使用的是美国国家标准(也被ISO所采纳)最新加密算法AES。-AES encryption software, encryption for the current contents of the text box. The use of the American National Standards (also adopted by the ISO) the latest encryption algorithm AES.
- 2023-07-26 22:55:02下载
- 积分:1
-
使用vb对ini文件加密以及读取
使用vb对ini文件加密以及读取-use vb right ini file encryption and read
- 2023-02-19 21:15:03下载
- 积分:1