Side 1 :
Hello everyone. So today I'll be presenting my project, Integral.
Integral is a solution to the many limitations and challenges that were faced by traditional voting systems.
And the way we'll achieve this is by using Blockchain.
Blockchain
Now before getting into the depth of this project let us first take a look at what this blockchain thing is ?
Let's take a closer look on what a block is :
This is a representation of a block.
But using hashes is not enough to prevent tampering. Computer these days are very powerful, and a matching hash value can simply be calculated again to make your blockchain valid again.
To solve this problem blockchain have something called proof-of-work, it is a mechanism that slows down the creation of blocks. It can approximately take 10mins to add a new block to a chain. This makes it very hard to validate the blockchain after tampering with it's data as you'll have to re calculate proof-of-work for all the following blocks.
So the security of the blockchain comes from the combination of hashing and proof of work mechanism.
Many features get inherited from the blockchain itself, such as End to end verification, transparency, immutability etc.
SSH and Homomorphic encryption and One-Time Ring Signature techniques are some of the techniques used for implementation.