ASP - Blowfish Encryption

Hello,

I’m trying to integrate openfire with a system of a client developed in asp, the idea is as follows:

Will install the openfire database using SQL Server 2005 and will make adding new users to SQL script.

So far so good, my problem is I can not recreate the encryption password of the user was able to identify that openfire uses the Blowfish algorithm for encryption, already got a component that generates the asp blowfish encryption. I know that a key in the table ofProperty but do not know what to do with it.

How to create this encryption?

I need this information too. Surely one of the developers can shed some light on this?

Mike

http://www.codeproject.com/Tips/235342/Blowfish-Encryption-Implementation-in-NET

try this link…

regards