blowfish
Default parameters using Blowfish in TCL
Our production environment (TCL) are storing some data in the开发者_JS百科 DB with blowfish encryption and I\'m trying to do the same from Java for our test automation.[详细]
2023-02-15 19:49 分类:问答sending dgram messages between big and little endien with blowfish
I have working code to send dgram messages between computers, but I\'m trying to encrypt them with Blowfish.It works fine when I\'m trying to send a message between two little endien machines, but whe[详细]
2023-02-13 00:04 分类:问答Blowfish in the Merkle–Damgård construction?
Is there a library that uses Blowfish in th开发者_Python百科e Merkle–Damgård construction, for the purpose of constructing a cryptographic hash?I\'m not interested in password hashing, but a general[详细]
2023-02-12 08:20 分类:问答Using Android NDK for encryption of data passed from normal android app
Is it possible and worth trying to develop some server application using android NDK which will encrypt data (or just use some built in Linux encryption library) passed to it from normal Java based ap[详细]
2023-02-11 06:19 分类:问答How to create and store password hashes with Blowfish in PHP
1) How do you create secure Blowfish hashes of passwords with crypt()? $hash = crypt(\'somePassword\', \'$2a$07$nGYCCmhrzjrgdcxjH$\');[详细]
2023-02-10 00:32 分类:问答How to convert string to key to be used in encryption?
Hi All I want to convert the string (taken as input from user) into a secretkey.I am 开发者_如何学JAVAcoding in J2ME.The algorithm used is blowfish.The Java cryptography APIs are not available in Java[详细]
2023-02-07 12:45 分类:问答Base64 encoded output differs from as3crypto and pycrypto encryption libraries
I\'m trying to use symmetric encryption to pass data from actionscript 3 (client) to python (server).[详细]
2023-02-04 02:11 分类:问答Blowfish salt length for the Crypt() function?
According to the crypt() documentation, the salt needs to be 22 base 64 digits from the alphabet \"./0-9A-Za-z\".[详细]
2023-02-03 21:41 分类:问答AES vs Blowfish for file encryption
I want to encrypt a binary file. My goal is that to pr开发者_StackOverflow社区event anyone to read the file who doesn\'t have the password.[详细]
2023-01-24 16:17 分类:问答ColdFusion: Integer "0" doesn't convert to ASCII character
I have a string (comprised of a userID and a date/time stamp), which I then encrypt using ColdFusion\'s Encrypt(inputString, myKey, \"Blowfish/ECB/PKCS5Padding\", \"Hex\").[详细]
2023-01-21 01:46 分类:问答