An open API service indexing awesome lists of open source software.

https://github.com/ymcx/skibidifier

Encrypts your strings to form a funny-looking wall of text consisting of the words 'skibidi' and 'toilet'. Based on TEA (Tiny Encryption Algorithm)
https://github.com/ymcx/skibidifier

cli command-line command-line-tool crypto cryptography encryption rust

Last synced: 8 months ago
JSON representation

Encrypts your strings to form a funny-looking wall of text consisting of the words 'skibidi' and 'toilet'. Based on TEA (Tiny Encryption Algorithm)

Awesome Lists containing this project

README

          

![Banner](./banner.png)


### World's sexiest ciphertext

```shell
$ ./skibidifier -e -K key.txt -i "moo" | cowsay
_________________________________________
/ toiletskibiditoilettoiletskibidiskibidi \
| toiletskibiditoilettoiletskibiditoilets |
| kibiditoiletskibiditoiletskibiditoilett |
| oilettoilettoiletskibidiskibidiskibidit |
| oiletskibiditoilettoiletskibidiskibidis |
| kibiditoilettoiletskibiditoilettoiletto |
| ilettoiletskibidiskibiditoiletskibidito |
| iletskibidiskibiditoiletskibiditoiletsk |
| ibiditoiletskibiditoilettoiletskibidito |
\ ilettoilet /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```


### Breathtaking efficiency

Size compared to the original file
size |aes-256-cbc|skibidifier|
-------|-----------|-----------|
261 B |1.10x |49.75x |
31461 B|1.00x |49.17x |


### No dubious security claims

![Security comparison](./security_comparison.png)