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
There's nothing built into pyffx that would help, but there's probably a way to implement this restriction on top of it.
If you don't need to preserve the length of the output you could try to escape the sequences you don't want (e.g. replace "\n" -> "\n0" and "0" -> "00").
Alternatively, you could also try to come up with a scheme that uses a bigger alphabet, e.g.
I'm closing this issue for now. Feel free to to open a PR if there's something unversally useful you'd like to add to pyffx. Regarding your actual problem, stackoverflow might be a better place to ask for an encoding scheme.
It is ok if my encrypted result has "]" and "n" separately. But that creates problems during rendering in java and python - new lines and other ...
Can I prevent the encrypted results to produce the following sequence of chars?
"\n" and "\r"
Thanks,
Radu
The text was updated successfully, but these errors were encountered: