项目作者: d3rpt3st3r

项目描述 :
An encryption algorithm based on a Rubik's cube. [Now Creating implementation for picture crypto]
高级语言: C++
项目地址: git://github.com/d3rpt3st3r/Rubiks-Cube-Message-Encryption.git
创建时间: 2018-03-23T08:59:15Z
项目社区:https://github.com/d3rpt3st3r/Rubiks-Cube-Message-Encryption

开源协议:GNU General Public License v3.0

下载


Rubiks-Cube-Message-Encryption

An encryption algorithm based on a Rubik’s cube.

  1. Coded in Bloodshed Dev C++

Encryption: Letterlist pasted on a 4x4 rubiks cube -> Transposition -> Substitution based on original orientation of the cube -> key generated -> Cipher text generated

Decryption: Letterlist pasted on a 4x4 rubiks cube -> Transposition based on key -> Substitution based on orientation of cube -> Plain text recovered -> Letter list reinitialized with new state

Now creating a Picture Crypto Algorithm with this. Stay tuned for updates.