Ciao a tutti, ho un problemino con il cryptomanager di AspEncrypt...

ovvero:

da un vbscript schedulato devo criptare alcuni file ed il codice è il seguente:

Set CM = CreateObject("Persits.CryptoManager")
Set Context = CM.OpenContext("myContainer",True)
Set Key = Context.GenerateKeyFromPassword("Persits.CryptoMan ager", calgSHA, calgDES)
key.EncryptFile strPathFileFrom, strPathFileTo

il problema è che quando vado a lanciare il vbs ho un errore alla riga dove faccio il "Set Context" che mi restituisce:

The handle is invalid
800A0001
Persists.CryptoManager.1

qualcuno ha già avuto esperienze simili ?

'acie