Hi Rabbit,
Can you explain the following line in the RunAES procedure (Cipher-block Chaining mode)?
For i = 0 To (Len(oPW.Value) - 1)
Specifically: What does oPW represent? I thought it was a string but then the 'o' made me think it was an object. I'm trying to understand the algorithm, so I'm stepping into it and having trouble resolving the opw.Value
Thanks very much in advance.
(z)Referring to AES Encryption Algorithm for VBA and VBScript
Can you explain the following line in the RunAES procedure (Cipher-block Chaining mode)?
For i = 0 To (Len(oPW.Value) - 1)
Specifically: What does oPW represent? I thought it was a string but then the 'o' made me think it was an object. I'm trying to understand the algorithm, so I'm stepping into it and having trouble resolving the opw.Value
Thanks very much in advance.
(z)Referring to AES Encryption Algorithm for VBA and VBScript
Comment