Crate VibeProtocol

Source

Modules§

base64_wrapper
caesar
sodium_wrapper

Functions§

decrypt
Decrypts a ciphertext message using the VibeProtocol decryption sequence: Base64 decoding -> Sodium decryption -> Caesar cipher.
encrypt
Encrypts a plaintext message using the VibeProtocol encryption sequence: Caesar cipher -> Sodium encryption -> Base64 encoding.