module CrystalGauntlet::XorCrypt

Extended Modules

Defined in:

lib/xor.cr

Constant Summary

CHEST_XOR_KEY = "59182"
MESSAGE_XOR_KEY = "14251"
QUESTS_XOR_KEY = "19847"

Instance Method Summary

Instance Method Detail

def encrypt(x : Bytes, key : Bytes) : Bytes #

[View source]
def encrypt_string(x : String, key : String) : Bytes #

[View source]