Posted: Sat Jan 21, 2006 12:04 am
Thanks netmaestro;
I'm gonna take a look at it and play around a bit, but to be honest i'm a little leary about using it because the help for it is kinda sparse, but oh...what the heck...after all what are human guinnea pigs for anyway
.
All in all I like the PBOSL library.
Any good examples for using this library to encrypt and de-crypt a file?
EDIT: Ok, tried it out using the PBOSL example on a small .exe i did for this purpose.
started up and seemd to do something then the message showed of '0'. The i tried to start up the .exe and the command prompt opened up and said:
"General failure reading drive A
Abort?"
and the file did not work. Did i do something wrong?
I'm gonna take a look at it and play around a bit, but to be honest i'm a little leary about using it because the help for it is kinda sparse, but oh...what the heck...after all what are human guinnea pigs for anyway

All in all I like the PBOSL library.
Any good examples for using this library to encrypt and de-crypt a file?
EDIT: Ok, tried it out using the PBOSL example on a small .exe i did for this purpose.
Code: Select all
Pwd.s = "123456789012345678901234"
time1 = GetTickCount_()
DG_EnCryptFile ( "D:\pure basic\projects\cpt1\v3\cpt.exe", Pwd )
time2 = GetTickCount_()
MessageRequester("", Str(time2- time1 ), 0)
"General failure reading drive A
Abort?"
and the file did not work. Did i do something wrong?