Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Decrypt Error
#2
When you encrypt text using algorithm 1, the encrypted string is binary. It contains 0 characters. str.settext, as well as most other string functions, don't support 0 characters. Macro text actually is set to the part of string before first 0 character, and such partial encrypted string cannot be decrypted. Use algorithm 9. It is the same BlowFish algorithm, but the string also is converted to nonbinary, using only hexadecimal characters. When decrypting, also use 9.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)