![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Chit Chat The place for open discussions. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'd use a table & "save" it as a CSV (process it as an array before saving). Then you can load the encrypted file, covert back to csv & use that to feed a table in memory. Makes referencing the data much easier later, as well as obfuscating the structure of your file.
Then again if you're paranoid about someone sneaking a peak at your memory then you are probably using the wrong solution all together. |
|
|||
|
Hi all, just bought Basic4ppc and thanks to this forum have got up and running more or less in just a few days. I would like to encrypt then write to table and save as CSV. It's the retrieving that gets me
I have read and re-read the postings regarding Crypto and I have spent hours trying to get it to work to no avail. I have managed to encrypt using Crypto, writing to a table cell, and then saving to CSV. When retrieving the encrypted information from loading, the data looks good. However, I am unable to 'paste' that secret() back into the Sub btnDecrypt_Click and have it return the original value. I would be most grateful if someone would give some example code if they have succeeded in using CSV with the Crypto.New to Basic4ppc (Franco-american in Italy), Georges Louis |
|
||||
|
Might be easier if you posted your code so we can see where you are going wrong. The Crypto library is limited by having to run under .NET 1.1/1.0. If you are running .NET 2.0 then my CryptoEx library is somewhat more comprehensive (actually that's a bit of an understatement
) and includes examples CryptoEX library@Erel - might be better shifting this thread to Questions ... |
|
|||
|
Thanks so much for the quick reply and yes I'm running under .NET 2.0 I'll review your CryptoEx library. If my efforts remain unsuccessful, I'll be sure to attach code next time.
It's a real pleasure to see such prompt and generous forum members. Grazie, Georges Louis |
|
|||
|
Got the Basic64 functions to work right away ! I am encrypting the data, writing to table cells then saving the table to CSV. When retrieving the data after Loading the CSV, the data "decrypts" perfectly. Thank you again !
Georges Louis |
|
||||
|
Thank you. Much appreciated
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best data to work with GPS | Put Claude | Questions & Help Needed | 4 | 10-21-2007 08:58 PM |
| Just an idea ..... | Scubaticus | Forum Discussion | 3 | 07-20-2007 02:56 PM |
| Give me an idea | conf | Questions & Help Needed | 6 | 07-03-2007 06:18 PM |
| Encrypting and Decrypting | XerVision | Questions & Help Needed | 1 | 06-16-2007 04:42 PM |
| two timers won't work | sloopa | Bug Reports | 1 | 05-22-2007 06:21 AM |