You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the biggest issue I had was when it came to capital letters and characters such as ( . , [ ] { } ( ) * & ^ % $ # @ ! ~ ` / < > ? | \ = + - _ ; : ' ")
sometimes it would ignore the special characters when ciphering/deciphering but other times it would try to cipher/decipher them. and when I tried editing the function to fix the issue and add support for the special characters and capital letters it resulted in really weird results and sometimes half the msg would refuse to decrypt or become out of place.
I was wondering if by chance you might be able to resolve that issue?
The text was updated successfully, but these errors were encountered:
So the biggest issue I had was when it came to capital letters and characters such as ( . , [ ] { } ( ) * & ^ % $ # @ ! ~ ` / < > ? | \ = + - _ ; : ' ")
sometimes it would ignore the special characters when ciphering/deciphering but other times it would try to cipher/decipher them. and when I tried editing the function to fix the issue and add support for the special characters and capital letters it resulted in really weird results and sometimes half the msg would refuse to decrypt or become out of place.
I was wondering if by chance you might be able to resolve that issue?
The text was updated successfully, but these errors were encountered: