1.0.0 • Published 4 years ago

bea256 v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

bea256

aes modification on block chain

Why Blockchain Encryption Algoritm ?

Because why not ?

Isnt results are so long ?

Yes it is. But since we are not in beginning of 2000's, the last thing to worry about will be storage or communication of data issues.

Block result for "MERHABALAR AQ" string

block

Base64 encode result for "MERHABALAR AQ" string encryption

base64

JSON encode result for "MERHABALAR AQ" string encryption

json

What is that blocks ?

Each block has got these schema: |id| previus_id | | id | previus_id | | 1 | 0 | | 2 | 1 | | 3 | 2 |

Each id is encrypted with the hash of the previous block, decoded. So to solve the last block, you have to start over. This depends on the length of the key and provides difficulty with the entry length. While a bruteforce operation can take years, blocks cannot be changed thanks to integrity.