[nhusers] Re: Encrypting binary columns

2009-10-14 Thread kasvis...@gmail.com
After giving it some thought, I should be able to implement EncryptedBinary which should be a simplified version of the EncryptedString. This difference being that the EncryptedString accepts and returns encoded strings whereas the EncryptedBinary will directly work off Byte []. i am going to

[nhusers] Re: Encrypting binary columns

2009-10-14 Thread Jay
I am using Fluent Nhibernate for the mapping files. I have defined the CustomSqlType as BinaryBlob in the mapping file for the attachment column. I suspect I might have to create a new IUserType to work with BinaryBlob type. On Oct 13, 3:34 pm, Tuna Toksoz tehl...@gmail.com wrote: It is

[nhusers] Re: Encrypting binary columns

2009-10-13 Thread kasvis...@gmail.com
In the mapping file, I have declared the column as BinaryBlob. I am not sure if the EncryptedString could be used directly. On Oct 13, 3:34 pm, Tuna Toksoz tehl...@gmail.com wrote: It is basically the same? Tuna Toksöz Eternal sunshine of the open source mind.