Encrypt
共 45 篇文章
Encrypt 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 45 篇文章,持续更新中。
加密技术及流行加密算法
加密技术已经渗透进了整个信息时代,任何人都不可避免地要接触到——即使你根本不知道“加密”是什么。银行卡、登录计算机的口令、电子邮件的账号密码……无一例外地跟加密技术紧紧联系在一起。
任何一个安全专家提起如今信息技术的安全保护措施,都不可避免要涉及一个词:加密(encrypt)。的确,纵观当今信息世界,加密离我们并不遥远,从小小的个人密码,到重要机密文件,无一不是经过加密后的产物。
3des加密算法及调用示例.rar
调用方法(加密》解密》加密):
unsigned char key1[] = "12345678";
unsigned char key2[] = "abcdefgh";
unsigned char key3[] = "~!@#$%^&"; //如果只需要两组密钥,则本组密钥可以和密钥1一样。
unsigned ch
iMX283(7)A电路原理图09
EasyARM-iMX283(7)A电路原理图09 Encrypt
AES encrypt process
<span style="color:#212121;font-family:"font-size:14px;white-space:normal;background-color:#FFFFFF;">文章是描述利用VHDL语言进行AES加密算法的实现,AES是目前世界最流行的算法</span>
AES Encrypt and decrypt. Cmd.
AES Encrypt and decrypt. Cmd.
Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2
Playfair Cipher
1.not even the large number of keys in a monoalphabetic cipher provides security
2.one approach to improving security was to encrypt multiple letters
3.the Playfair Cipher is an exa
this is the java code which describe the sdes algorithm and help us to encrypt the information
this is the java code which describe the sdes algorithm and help us to encrypt the information
encrypt/decrypt for PHP
encrypt/decrypt for PHP
Advanced Encrypt Algorithm (AES) is a symetric method to crypt message or document
Advanced Encrypt Algorithm (AES) is a symetric method to crypt message or document
Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite
Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite handy with INI files which you can use to get and set data for you applications. You can also check
File Encrypt classes
File Encrypt classes
This project demonstrates the use of secure hash functions technique to implement a file encryption
This project demonstrates the use of secure hash functions technique
to implement a file encryption / decryption system.
This implemented application can encrypt / decrypt multiple files
on the fly
AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may no
It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may not know how to use SHA256 when signing and verify with RSA. It also have not enough document to show
this a rsa example to encrypt file with RSA
this a rsa example
to encrypt file with RSA
AES Core Modules In this document I describe components designated to encoding and decoding using A
AES Core Modules In this document I describe components designated to encoding and decoding
using AES.
aes enc — parametrizable component which can encrypt input data, using
128, 192 and 256 bit ke
cryptoboot is set of tools for disk encryption on Unix. It is especially suited to encrypt root par
cryptoboot is set of tools for disk encryption on Unix. It is especially suited
to encrypt root partition, so _everything_ (except kernel and
cryptoboot inself) is encrypted.
Shellcode加密程序C源代码 Shellcode Crypter is a small C program that allows users to encrypt their Windows
Shellcode加密程序C源代码
Shellcode Crypter is a small C program that allows users to encrypt their Windows and Linux shell codes using XOR.
SharpPrivacy - OpenPGP for C#: SharpPrivacy is an OpenPGP implementation in C#. It can be used to
SharpPrivacy - OpenPGP for C#:
SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to
encrypt_Blowfish是加密算法
encrypt_Blowfish是加密算法,有需要的可以看看。