-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ed8d2f
commit 8f51959
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# emocrypt | ||
Emoji encryption with Rabbit cipher | ||
Emoji encryption with Rabbit cipher | ||
|
||
| Message | Secret | Result | | ||
|---|---|---| | ||
| emocrypt | hasbi | ๐ค๐ต๐คจ๐๐๐๐ค๐๐คฎ๐ฅด๐๐ค๐๐๐๐๐๐ฅณ๐ค ๐ถโบ๐คฅ๐๐๐๐๐๐ค๐๐๐๐คซ | | ||
| ILOVEYOU | hasbi | ๐ค๐ต๐คจ๐๐๐๐ค๐๐คฎ๐ฅด๐๐คจ๐๐คญ๐คข๐๐๐๐๐๐๐คจ๐ ๐ค๐๐๐๐คฎ๐๐๐๐ฌ | | ||
|
||
Rabbit is a stream cipher, so when you provide the same message and secret it would generate different cipher message. | ||
|
||
## References | ||
* https://en.wikipedia.org/wiki/Rabbit_(cipher) |