文件名称:Crypto123
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-04-15
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- gu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is multiplied by an invertible n × n matrix, again modulus 26. To decrypt the message, each block is multiplied by the inverse of the matrix used for encryption.
The matrix used for encryption is the cipher key, and it should be chosen randomly from the set of invertible n × n matrices (modulo 26). The cipher can, of course, be adapted to an alphabet with any number of letters all arithmetic just needs to be done modulo the number of letters instead of modulo 26.
Consider the message ACT , and the key below (or GYBNQKURP in letters):-Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is multiplied by an invertible n × n matrix, again modulus 26. To decrypt the message, each block is multiplied by the inverse of the matrix used for encryption.
The matrix used for encryption is the cipher key, and it should be chosen randomly from the set of invertible n × n matrices (modulo 26). The cipher can, of course, be adapted to an alphabet with any number of letters all arithmetic just needs to be done modulo the number of letters instead of modulo 26.
Consider the message ACT , and the key below (or GYBNQKURP in letters):
The matrix used for encryption is the cipher key, and it should be chosen randomly from the set of invertible n × n matrices (modulo 26). The cipher can, of course, be adapted to an alphabet with any number of letters all arithmetic just needs to be done modulo the number of letters instead of modulo 26.
Consider the message ACT , and the key below (or GYBNQKURP in letters):-Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is multiplied by an invertible n × n matrix, again modulus 26. To decrypt the message, each block is multiplied by the inverse of the matrix used for encryption.
The matrix used for encryption is the cipher key, and it should be chosen randomly from the set of invertible n × n matrices (modulo 26). The cipher can, of course, be adapted to an alphabet with any number of letters all arithmetic just needs to be done modulo the number of letters instead of modulo 26.
Consider the message ACT , and the key below (or GYBNQKURP in letters):
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Crypto123\App.ICO
.........\AssemblyInfo.cs
.........\bin
.........\...\Debug
.........\...\Release
.........\Crypto123.csproj
.........\frmFrontEnd.cs
.........\frmFrontEnd.resx
.........\obj
.........\...\Debug
.........\...\.....\temp
.........\...\.....\TempPE
.........\...\Release
.........\...\.......\temp
.........\...\.......\TempPE
.........\RC4Engine.cs
Crypto123