CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - encryption and decryption algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - encryption and decryption algorithm - List
[
Software Engineering
]
330911894
DL : 0
C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
Date
: 2025-12-30
Size
: 7kb
User
:
猪头
[
Software Engineering
]
CS2003081aes
DL : 0
非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-very classic AES encryption algorithm interface and demo program, curriculum design can be used (* Introduction*) AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Encryption Algorithm of the ElAES.pas modules. I will package its encryption method in AES.pas units, only two standard function call can be completed string encryption and decryption. (* Key length*) 128 support for the length of 16 characters in length 192 supports 24 to 256 characters support length of 32 characters all encryption and decryption operations in default under 128 keys.
Date
: 2025-12-30
Size
: 52kb
User
:
林靖然
[
Software Engineering
]
shujujiami(VC++)
DL : 0
在VC++中实现数据加密和解密,并提高和实现了两种加密和解密算法。-In VC++ In data encryption and decryption, and improve and realize the two types of encryption and decryption algorithm.
Date
: 2025-12-30
Size
: 12kb
User
:
梁小亮
[
Software Engineering
]
ModernCryptographyAlgorithms
DL : 0
利用C++实现:古典密码仿射变换\LFSR及流密码\生成非线性序列\DES算法的加、解密运算,前面几个较简单,DES算法的效果还可以-Using C++ implementation: Classical password affine transformation \ LFSR and stream password \ generate nonlinear sequences \ DES algorithm for encryption and decryption operations, in front of a few relatively simple, DES algorithm results also
Date
: 2025-12-30
Size
: 78kb
User
:
tang
[
Software Engineering
]
AES-encryption-and-decryption
DL : 0
用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
Date
: 2025-12-30
Size
: 8kb
User
:
zhang shuai
[
Software Engineering
]
test1
DL : 0
des算法的实现及报告,编程构造des的密钥再实现加密解密-the the des algorithm realization and reports, key programming constructs des encryption and decryption
Date
: 2025-12-30
Size
: 214kb
User
:
wangxuefei
[
Software Engineering
]
RSA
DL : 0
RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
Date
: 2025-12-30
Size
: 151kb
User
:
赖晓松
[
Software Engineering
]
DES-data-encryption
DL : 0
本文是一篇讨论关于常用文件加密解密算法的毕业设计论文,它详细的讲述了文件加密解密算法实现的过程中所用到的方法、技术。-This article is a discussion about common file encryption and decryption algorithm design graduate thesis in detail about the methods, techniques used in the process of file encryption and decryption algorithm.
Date
: 2025-12-30
Size
: 125kb
User
:
marry
[
Software Engineering
]
DESwenjianjiami
DL : 0
用Java编写的一个文件加密解密系统,采用DES算法!-A file encryption and decryption system written in Java, using DES algorithm!
Date
: 2025-12-30
Size
: 646kb
User
:
于锴
[
Software Engineering
]
AES
DL : 0
AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithms, interested can look.
Date
: 2025-12-30
Size
: 83kb
User
:
原小木
[
Software Engineering
]
CUDA-AES
DL : 0
基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化-CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization
Date
: 2025-12-30
Size
: 2.63mb
User
:
张猛
[
Software Engineering
]
Blowfish
DL : 0
Blowfish.java generates the sysmetric key using Blowfish algorithm. Key size assigned here is 128 bits. It works for key size of 256 and 448 bits also. Encryption and decryption method is written based on Blowfish algorithm. Message to encrypt can be given as input. Encrypted and decrypted text is displayed in message dialog.
Date
: 2025-12-30
Size
: 3kb
User
:
Sheema Fatima
[
Software Engineering
]
RSA
DL : 0
RSA algorithm encryption and decryption
Date
: 2025-12-30
Size
: 1kb
User
:
radwa
[
Software Engineering
]
docaes
DL : 0
以USBKey作为密钥存储载体和身份认证实体,来实现对文件的一种基础加密功能。UsbKey是一个集身份认证、密钥安全存储、对称钥和非对称钥加密等安全功能于一体的安全硬件,是一种带有USB接口的加密锁。因为USB KEY是一种比较简化型的加密锁,不需要任何驱动程序。并且它具有极高的加密强度,用硬件保存密码,用软件配合来使用。并且携带方便,简单易用,性能稳定。安全操作系统启动后通过插入UsbKey对于用户的身份进行认证 通过把密钥安全存储在UsbKey中,能够防止泄漏、篡改。本次设计使用epass系列usbkey,里面的算法实现以下主要两个简单的功能: 加密:可以通过调用USBKey中的算法或自己实现算法进行本地文件加密 解密:先进行身份认证的基础上,读取USBKey中的密钥将文件解密 除此之外,我们还可以增加删除文件的功能。 -USBKey as key store carrier and identity authentication entity, to realize a basic encryption of files. UsbKey is a collection of identity authentication, key safety storage, security functions such as symmetric key encryption and asymmetric key security hardware, is a kind of can with USB interface. Because the USB KEY is a more simplified model can, do not need any driver. And it has a very high encryption strength, use hardware store passwords, use software to cooperate to use. And easy to carry, easy to use, stable performance. After the security operating system boot by inserting UsbKey for user s identity authentication Through the key security storage in UsbKey, can prevent leakage, tampered with. This design USES epass series usbkey, algorithm implementation within the following two simple main functions: Encryption: by calling the USBKey algorithm or implementation algorithm of local file encryption Verification of decryption: first, on the basis of a key to unlock the file
Date
: 2025-12-30
Size
: 17.03mb
User
:
张若嘉
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.