forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Desdll - File Encryption VDS Interface DSU

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Units
View previous topic :: View next topic  
Author Message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Fri Sep 05, 2003 2:30 pm    Post subject: Desdll - File Encryption VDS Interface DSU Reply with quote

Desdll VDS Interface DSU
=================
Desdll is a small dll which helps you to encrypt/decrypt string/file using the
industry standard DES algorithm.
You can use both alphabets/nonprintable characters/numbers as passwords.
Triple DES is supported for strings.
The dll is for free within non-commercial applications only !

Download the package here:
http://codescript.vdsworld.com/VDS5src/vdsdes.zip

Enjoy!

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
tgross
Newbie


Joined: 03 Apr 2007
Posts: 4

PostPosted: Tue Apr 03, 2007 10:04 pm    Post subject: desdll.dll error Reply with quote

I am trying to encrypt an entered password using the desdll.dll @DES() function. My code compiles ok and the desdsu.dsu include is recognized. I have placed the desdll.dll in the c:\windows directory because I am certain that it is included in the path.

Here's my code:

#INCLUDE C:\temp\encrypt\desdsu.dsu
%%UserName = testusername
%%Password = @INPUT(Enter Your Password,,PASSWORD)
%%Cryptpass = @DES(ENCRYPT,%%Password,%%UserName)

When prompted I am entering abcdefg*12345 as the password.

I get an error#42 (Operation invalid) from the @error(e) function following the %%Cryptpass line.

Any help would be much appreciated.
Back to top
View user's profile Send private message
tgross
Newbie


Joined: 03 Apr 2007
Posts: 4

PostPosted: Tue Apr 03, 2007 10:18 pm    Post subject: Reply with quote

Nevermind. I forgot the LOADLIB desdll.dll statement. Embarassed
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Units All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group