More uwu digits, and included warning in readme
This commit is contained in:
parent
bfe7152f1f
commit
829de7c1f4
@ -13,13 +13,14 @@ static const std::vector<std::string> BASE_UWU = {
|
||||
"uwu",
|
||||
"UwU",
|
||||
"<3",
|
||||
":P",
|
||||
":p",
|
||||
":o",
|
||||
":O",
|
||||
":3",
|
||||
":)",
|
||||
"^.^",
|
||||
"^_^",
|
||||
"devewopa",
|
||||
"cutieee",
|
||||
"cutewr",
|
||||
"whiiiich",
|
||||
"^^",
|
||||
"XD",
|
||||
"XDD",
|
||||
@ -27,6 +28,12 @@ static const std::vector<std::string> BASE_UWU = {
|
||||
"xD",
|
||||
"xDD",
|
||||
"xDDD",
|
||||
"(*^.^*)",
|
||||
"(*^_^*)",
|
||||
"devewopa",
|
||||
"cutieee",
|
||||
"cutewr",
|
||||
"whiiiich",
|
||||
"masta",
|
||||
"mastaaaa",
|
||||
"hiiiii",
|
||||
@ -38,7 +45,6 @@ static const std::vector<std::string> BASE_UWU = {
|
||||
"rawr",
|
||||
"keewl",
|
||||
"keeeewl",
|
||||
":p",
|
||||
"Owww",
|
||||
"Awww",
|
||||
"haaaai",
|
||||
@ -48,9 +54,6 @@ static const std::vector<std::string> BASE_UWU = {
|
||||
"senpaiiii",
|
||||
"senpaiiiw",
|
||||
"sewnpaiii",
|
||||
":o",
|
||||
"(*^.^*)",
|
||||
"(*^_^*)",
|
||||
"i",
|
||||
"nyeed",
|
||||
"awe",
|
||||
@ -60,7 +63,24 @@ static const std::vector<std::string> BASE_UWU = {
|
||||
"ruff",
|
||||
"me",
|
||||
"nyeko",
|
||||
"eughh"
|
||||
"eughh",
|
||||
"snaffle",
|
||||
"cutsie",
|
||||
"toot",
|
||||
"whiffle",
|
||||
"nappies",
|
||||
"chiffchaff",
|
||||
"kawaiisu",
|
||||
"winks",
|
||||
"boop",
|
||||
"smoochies",
|
||||
"whiffskaws",
|
||||
"chomp",
|
||||
"toesy-woesies",
|
||||
"smush",
|
||||
"snuff",
|
||||
"sniff",
|
||||
"snaff",
|
||||
};
|
||||
|
||||
// Source: https://lakinkonieczny.wordpress.com/2012/12/06/dialogue-noises-agh-ugh-shh-and-so-much-more/
|
||||
|
@ -142,6 +142,9 @@ $ gecrypt -d --keyask --infile "cat.jpg.crypt" --ostdout > "decrypted_cat.jpg"
|
||||
```
|
||||
|
||||
## Esoteric data formats
|
||||
> :warning: Custom bases are super imperformant.
|
||||
> Encrypting all text in main.cpp took about two seconds.
|
||||
> Outputting it in base-64 took just over ONE MINUTE, in base2 over SEVEN MINUTES. The general trend seems to be, the larger the base, the better it performs.
|
||||
#### Base *UwU*
|
||||
```sh
|
||||
$ gecrypt -e --keyask --intext "hello, world!" --iobase-uwu
|
||||
|
Loading…
x
Reference in New Issue
Block a user