CSYClubIIITK / CSYClubIIITK/eco-crypt
VeeCipher-ecocrypt
Open
- Dominant language
- HTML
- Stars
- 4
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.