CSYClubIIITK / eco-crypt

Cipher which encrypts the given text into Environment emojis.
MIT License
3 stars 15 forks source link

VeeCipher-ecocrypt #11

Open unworld11 opened 1 year ago

unworld11 commented 1 year ago

VeeCipher

Considering all characters as Integers and mapping them to emojis using a formula

parameters considered

let the character be s converting s to its integer equivalent(1-26) : x fetching the string size : l total number of nature emojis=N Formula :

(x+l)%N