-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
VeeCipher
Considering all characters as Integers and mapping them to emojis using a formula
parameters considered
- string length
- character
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels