Skip to content
Unverified Commit 19796275 authored by Nick Meves's avatar Nick Meves
Browse files

Move Encrypt/Decrypt Into helper to session_state.go

This helper method is only applicable for Base64 wrapped
encryption since it operated on string -> string primarily.
It wouldn't be used for pure CFB/GCM ciphers. After a messagePack
session refactor, this method would further only be used for
legacy session compatibility - making its placement in cipher.go
not ideal.
parent 014fa682
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment