maxenko/SodiumUE4

Passing empty array

Closed this issue · 1 comments

Likely missing check for empty array in Decrypt String (and possibly other) method.

Passing empty encrypted array causes assertion failed.
Empty Encrypted Log.txt

Passing empty public/private key array to Decrypt String method causes fatal error.
Empty Key Log.txt

Bug fixed by @Whiz652