Crate str_crypter

Crate str_crypter 

Source

Macros§

sc
Macro to encrypt a string at compile time and decrypt it at runtime.

Functions§

decrypt_string
XOR decrypts a given encrypted byte slice with the provided key.