开发者

blowfish

0
  • What is the correct format for a blowfish salt using PHP's crypt?

    I have read the information provided on the PHP Manual Entry for crypt(), but I find myself still unsure of the开发者_如何转开发 format for a salt to trigger the Blowfish algorithm.[详细]

    2022-12-19 19:20 分类:问答
  • Symmetric Key to Asymmetric key handoff

    I\'m not a cryptography expert, I actually only have a little bit of experience using it at all.Anyways, the time has come where one of my applications demands that I have some encryption set up.Pleas[详细]

    2022-12-19 07:02 分类:问答
  • C# blowfish encryption/decryption

    Anyone got a link to a blowfish library which can encrypt/decrypt text ? I found some .dll\'s for Wi开发者_StackOverflowndows and used pinvoke to encrypt/decrypt text but those dll\'s doesn\'t work o[详细]

    2022-12-18 09:17 分类:问答
  • How to check two hashed passwords are the same?

    I\'m writing a program where I use MD5 to hash login details before I send them to a server, but there I have to compare it to a blowfish (jBCrypt) hashed password retrieved from a database.[详细]

    2022-12-16 09:07 分类:问答
  • blowfish.h usage in a simple client/server application

    I am trying to write an application which amongst other things uses the openssl blowfish implementation (blowfish.h) to transport files over a simple server/client pair.[详细]

    2022-12-15 03:32 分类:问答
  • 48-bit blowfish

    开发者_如何学编程Is there an implementation (Java/C++/Ruby) of a Blowfish algorithm that supports 48-bit data blocks? I have an encryption problem where the input and output channels are exactly 48-bi[详细]

    2022-12-13 21:19 分类:问答
  • encrypting data using blowfish under flash

    how can i encrypt data in flash? is there a toolkit or class or something that can help开发者_开发技巧 me do that ?as3cryptoDon\'t forget about as3corelib which offers some decent implementations of c[详细]

    2022-12-13 09:08 分类:问答
  • Blowfish objective-c implementation

    What objective-c implementation of Blow开发者_C百科fish would you advice to use? (Or may be I just missed some standard implementations available?)Keep in mind that Objective-C is a superset of C, and[详细]

    2022-12-10 03:36 分类:问答