strcha Wikipediaにあるchachaのコードを借りて暗号化 使い方 #include <cstdio> int main() { printf(strcha("Hello, World!\n")); return 0; } 参考 skCrypter ChaCha