For example "1111111" encrypts and decrypts fine, but "11111111" will encrypt but not decrypt.
Any insight appreciated as always.
The occurs in tripledeswrapper.vb at the function Decrypt, in the first line of the function:
Public
Now, all is good except I have browse dialogs that use the encrypted field to search, they are using the raw encrypted field data from the server, returning incorrect records. How can I make them use the decrypted values like I set in my BO field property?
I know the BD creates the query dynamically and I think that is can only use actual fields and not custom (or customized) ones (???) so I am not sure how to accomplish my goal, to allow the encrypted field (SSN) to be included in the BD as a search field (with advanced options).
Keith Keith Chisarik