For you pro's out there, this is probably trivial, but I thought it may help others if I post my code to write AES encrypted data to a database.
Since the encrypted data may contain ASCII 0's, one can't use a string.
I've use base64 to get around that. Thinking having all the parts in one example ...
Search found 3 matches
- Thu Jul 29, 2010 5:24 pm
- Forum: Coding Questions
- Topic: Sample - AESEncode to Base64 to AESDecode
- Replies: 0
- Views: 699
- Wed Dec 09, 2009 6:49 pm
- Forum: General Discussion
- Topic: ListIconGadget multi-row column title possible?
- Replies: 4
- Views: 2028
Re: ListIconGadget multi-row column title possible?
Thanks for information guys!
I'll put something together along those lines.
I'll put something together along those lines.
- Tue Dec 08, 2009 11:06 pm
- Forum: General Discussion
- Topic: ListIconGadget multi-row column title possible?
- Replies: 4
- Views: 2028
ListIconGadget multi-row column title possible?
Is it possible (under pb 4.20) for the column heading in a listicongadget to allow a multiple line heading?
I've tried chr(13)+Chr(10) as one would do with a buttongadget, but that does not work and I have not been able to find any refrence to it on the forum.
I've tried chr(13)+Chr(10) as one would do with a buttongadget, but that does not work and I have not been able to find any refrence to it on the forum.