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?