Search found 2 matches

by SiriusMonk
Wed Jul 03, 2019 7:50 am
Forum: Coding Questions
Topic: (WIN) AESDecoder - reload Ascii -file - in Memory problem
Replies: 3
Views: 3586

Re: (WIN) AESDecoder - reload Ascii -file - in Memory probl

juror wrote:You appear to be writing a string output which is not a multiple of 16, thus you are unable to decode it.
Thanks ! I will check this...
by SiriusMonk
Sat Jun 29, 2019 7:25 am
Forum: Coding Questions
Topic: (WIN) AESDecoder - reload Ascii -file - in Memory problem
Replies: 3
Views: 3586

(WIN) AESDecoder - reload Ascii -file - in Memory problem

Hello,

I hope someone can help me, the problem is that I do not get the contents of the text file completely in memory. And this text is not decoded by the AESDecoder command. Maybe I miss a small thing, but maybe not knowing how to do it :-( . Thank you in advance, if I come to the solution ...