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
If one chooses a sufficiently long password the resulting encrypted password will contain carriage return and line feed as the default Base64 encoding demands cr lf after 76 chars. This may lead to issues when this passwords are read again (if the file where the passwords are store are converted to another encoding etc.). Thus the encrypter should use a Base64 encoding without wrapping.
The text was updated successfully, but these errors were encountered:
If one chooses a sufficiently long password the resulting encrypted password will contain carriage return and line feed as the default Base64 encoding demands cr lf after 76 chars. This may lead to issues when this passwords are read again (if the file where the passwords are store are converted to another encoding etc.). Thus the encrypter should use a Base64 encoding without wrapping.
The text was updated successfully, but these errors were encountered: