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
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 :