Re: 128 bit blowfish algorithm (General questions)
Hi Sovan,
Are you 100 sure you're using the right SecretKey? Perhaps the key was generated with some other key or you misspelled it?
I replaced the following line of your code:
i_blob.FromBase64( 1271 )
with:
i_blob = 1271
and i've got 7irgANSRD1E= as a result.