|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
|
Xceed encryption library
Fiddling aroudn with VB6, i found Xceed Encryption Library. Been googling like a mad man for a tutorial or ANYTHING to show me roughly how to use it to encrypt strings before storing them as text files but cant find ANYTHING anywhere..
Anyone know how to use this? How to employ it into something like this Code:
Dim OpenFile as String
OpenFile = "Log" + Todays date
Open App.Path & "\StoreEncryptedFilesHere" + OpenFile + ".txt" For Output As #1
Output #1, Text1
End Sub
|
|
|
|
|
|
#2 |
|
Computing Professor
Staff
Premium Member
Join Date: Jun 2001
Posts: 11,718
|
This was new to me so I had to ask a friend and I got two links :
http://doc.xceedsoft.com/products/XceedCry/ http://xceed.com/CS/forums/TopicsActive.aspx His suggestion was that you read through the first and then take your questions to the Xceed forum.
__________________
Asus M4A77D, 64 X2 6000+, 4 GB Corsair DDR2 800 ram, Radeon 5770. |
|
|
|
|
|
#3 |
|
Member (8 bit)
|
Cheers mate
|
|
|
|
|
|
#4 | |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,790
|
Rowan, you have been posting a lot of programming-related threads recently. I've moved them all to the most appropriate forum............
Quote:
|
|
|
|
|
|
|
#5 |
|
Security Dude
Staff
|
Just as a friendly suggestion, if you are looking for a programming language that has tons of support (and is fairly current), you might look at C#. It is almost identical to Java, but is written by Microsoft. You can get a pretty neat (free) IDE at http://www.microsoft.com/express
It is much more supported and a MUCH better language than VB6, so you might have better luck
__________________
Tyler A. Thompson Small Business Networking Services Specialist tyler@derbydigital.com |
|
|
|
|
|
#6 |
|
Member (8 bit)
|
Yeah thanks alot guys for your help
![]() Yeah i want to learn a C language eventually, though for now im just dabbling in Visual Basic as thats whats being used in my Computing class. Though sometime this year i hear we're required to learn a second language of our choice...so yeah, C# would be the one to go for. Thanks alot! Rowan |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Computer Acronyms | Floppyman | Computer Hardware | 156 | 06-18-2006 06:25 AM |
| Browser Hijacked ? | Lacki_K | Networking & Online Security | 17 | 07-23-2004 02:58 PM |
| Pest - browser hijacked | mb26 | Internet, Web Applications, & The Cloud | 21 | 06-08-2004 09:08 AM |