Displaying 19 results from an estimated 19 matches similar to: "blowfish encrypted url in ruby"
2007 Dec 05
0
Encryption using blowfish
I''m working on encrypting some data using blowfish. The previous
implementation was done using php as follows.
$key = ''some key'';
$data = ''data to be encrypted''
$iv = pack(''H*'', substr($key, 0, 16));
$literak_key =", $key.$key.$key.substr($key,16),";
$cipher = mcrypt_module_open(MCRYPT_BLOWFISH, '''',
2000 Jan 27
0
[CVS] humbolt:/tinc/cipher/blowfish Makefile.am Makefile.in
Update of /home/CVS/tinc/cipher/blowfish
In directory humbolt:/tmp/cvs-serv2778/cipher/blowfish
Modified Files:
Makefile.am Makefile.in
Log Message:
Include system.h and cipher/hmac/hmac.h in the distribution; the
blowfish cipher is now in PKGDIR/libcipher_blowfish.so.0.
-
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site:
2009 May 11
0
using OpenSSL blowfish algorithm
Hi,
Just wondering if anybody is familiar with how this is implemented?
In particular, if there is a way to set the key size to something
larger than the default (ie, set it for 256-bit). If I generate a key
of this size will it automatically get used, or is it truncated down
to the default size?
I''m a little confused since when using AES it seems like you specify
the size
2005 Jan 25
0
[Bug 946] scp slow file transfers, even with -1 -c blowfish
http://bugzilla.mindrot.org/show_bug.cgi?id=946
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From dtucker at zip.com.au
2007 Jul 20
2
[Bug 1341] New: Support multiple blowfish key lengths
http://bugzilla.mindrot.org/show_bug.cgi?id=1341
Summary: Support multiple blowfish key lengths
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2010 Jul 28
1
Blowfish issues with somewhat big files
Hi,
I've encrypted some database dumps with
openssl bf -d -in dumpfile.bf -out dumpfile -k mykey
bad decrypt
14142:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad
decrypt:evp_enc.c:325:
The weird thing is if I do the same with smaller files it can decrypt
with no problem. I use openssl-0.9.8e-12.el5 on Centos 5.4.
Please could you tell me what I am doing wrong?
Thanks in
2015 Jan 14
1
blowfish crypt
I'm setting up a new server and am planning on using blowfish crypt.
This page from the wiki
http://wiki2.dovecot.org/Authentication/PasswordSchemes says the
password will begin with $2a$, however mine are starting $2b$. Is this
wrong on the wiki or am I doing something wrong? Just want to catch
this before it becomes a problem.
Thanks,
Edgar
2018 Jul 06
1
support for Blowfish $2y$10$
Hello,
does dovecot support bcrypt $2y$ version? (BLF-CRYPT - Blowfish crypt)
doveadm pw -s BLF-CRYPT
generates a
{BLF-CRYPT}$2a$05$.......
password.
Does this mean that dovecote will not authenticate against a
$2y$10$.......
password?
Thanks in advance,
-Graham-
2018 Jul 06
0
support for Blowfish $2y$10$
Hei Aki!
# doveadm pw -t
'{BLF-CRYPT}$2y$10$UEm8SR/IuX.ZONebRt40XOKTuZ9bXktYWpGDiLw2h7MTPcnvmuIRK'
Enter password to verify:
{BLF-CRYPT}$2y$10$UEm8SR/IuX.ZONebRt40XOKTuZ9bXktYWpGDiLw2h7MTPcnvmuIRK (verified)
- Great, thanks!
-Graham-
PS: Sorry I just "posted" to your personal address instead of the list.
Aki Tuomi wrote on 06/07/18 23:06:
> Hi!
>
> $2y$ is
2004 Oct 28
1
[Bug 946] scp slow file transfers, even with -1 -c blowfish
http://bugzilla.mindrot.org/show_bug.cgi?id=946
Summary: scp slow file transfers, even with -1 -c blowfish
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
2009 Sep 19
3
Blowfish crypt in rails app
HI
Im creating a rails app using blowfish encryption and decryption, in my
app i have included a gem crypt for doing a encryption and im trying to
decrypt the result using blowfish.js
is that possible to do that encryption via ruby gem and decryption via
blowfish.js, i download the blowfish js from the url:
http://dren.ch/js/blowfish.js
Is it possible to implement encryption via ruby
2015 Mar 18
0
Bug 3831: basic_ncsa_auth Blowfish and SHA support, really fixed?
Hi,
I'm using squid-3.3.8-12.el7_0.x86_64 on CentOS 7
I've configured squid for basic authentication, md5 password *works*, but
if fails when I try to use either blowfish or sha password.
Below is the cache.log when it fails:
2015/03/18 17:21:02.637 kid1| Checklist.cc(275) matchNode: 0x7f217e8baca8
matched=0 async=0 finished=0
2015/03/18 17:21:02.637 kid1| Checklist.cc(299)
2008 Jun 06
1
Need help with Decryption using blowfish CBC
Hello all,
Hoping someone can help me out here. I''ve burned almost a week trying
to figure out how to decrypt
an image file that has been encrypted using Blowfish CBC.
I found some code on the net and have modified as follows:
require ''openssl''
require ''digest/sha1''
ivArr = [0x0D,
0x0E,
0x0A,
0x0D,
0x0F,
0x0A,
0x0C,
0x0E
]
2005 Jan 07
0
Missing functionality in Blowfish for crypt(3)
The blowfish crypt(3) mechanism supports the use of a "cost value" for password encryption. The cost value is encoded into the encrypted password that is stored in master.passwd. On OpenBSD, this cost value can be set in login.conf. FreeBSD does not currently support the cost value. The cost value is the base-2 logarithm of the number of rounds of encryption to use so
2016 Jun 03
3
Blowfish hashed passwords
(I subscribed to a daily digest for this list and can?t figure out how to reply to a reply.)
Anyway, Aki Tuomi replied to my feature request saying:
> We support in latest 2.2 release
>
> MD5 MD5-CRYPT SHA SHA1 SHA256 SHA512 SMD5 SSHA SSHA256 SSHA512 PLAIN
> CLEAR CLEARTEXT PLAIN-TRUNC CRAM-MD5 SCRAM-SHA-1 HMAC-MD5 DIGEST-MD5
> PLAIN-MD4 PLAIN-MD5 LDAP-MD5 LANMAN NTLM OTP SKEY
2016 Jun 06
2
Blowfish hashed passwords
> Changing your php app will probably be the easiest solution.
Since I?m using Docker, the easiest solution for me is to find a linux distro that can run Dovecot well and supports BLF-CRYPT as well.
What Linux distros support BLF-CRYPT and are well tested and secure?
> On Jun 5, 2016, at 8:54 PM, Edgar Pettijohn <edgar at pettijohn-web.com> wrote:
>
> On 16-06-05 20:36:35, KT
2016 Jun 05
2
Blowfish hashed passwords
> I would love to know why your ubuntu 14.04 system doesn't support sha512-crypt.
I just tried SHA512-CRYPT and it is supported on Ubuntu 14.04. I think I was thinking about DBMail instead of Dovecot.
I could really use support for BLF-CRYPT since my current password hashes generated by PHP are using Blowfish encryption.
Maybe, Dovecot could just add support for BLF-CRYPT by using the
2016 Jun 06
2
Blowfish hashed passwords
>> Maybe, Dovecot could just add support for BLF-CRYPT by using the open source implementation of Blowfish hashing found in https://github.com/php/php-src/tree/master/ext/standard <https://github.com/php/php-src/tree/master/ext/standard>. The implementation looks like a single function to generate the hash. I?m not much of a programmer, but it would seem to me that these .c/.h files
2011 Dec 07
1
nice time series viewer?
Hi all,
I am looking for a nice time series grapher/viewer in R ... with the
feature of scrolling, zooming, etc.
Hopefully it could be of the quality at the
report-generation-and-sending-to-boss level...
Could anybody please give me some recommendations/pointers?
Thanks a lot!