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
After base64, some string will change to '_', and it will get worry index in newKey.
But I can't recurrent it in short string, and my error string have a little confidentiality needs. if you need it. Please give me a email, and i will send it to you.
I want use it to encrypt some low confidentiality string,and use the key like zise_some_thing_happen.
But the encryt_string is a bit long
It decrypt some charact worry(part of my data).
like:
"time": "2018-12-14 17:59:16",
to
"tyme": "2018-12-14 17:59:16",
And it will not show in short string.
the reason maybe is in this if.
After base64, some string will change to '_', and it will get worry index in newKey.
But I can't recurrent it in short string, and my error string have a little confidentiality needs. if you need it. Please give me a email, and i will send it to you.
On the other hand,
in
easy-encryption/vigenere.h
Line 50 in 2bf5753
AVAILABLE_CHARS.size() is a determine value, and .size() will caculate this value every time in your for loop.
It will better in this way:
At last, in windows, call exe in cmd have max limit,32768. so if your encrypted string is too long, you can`t decrypt or encrypt it in python.
The text was updated successfully, but these errors were encountered: