Displaying 20 results from an estimated 100 matches similar to: "weakness in hash salt generation"
2004 Aug 09
1
[PATCH] RPA authentication mechanism
Hello all,
attached patch implements Compuserve RPA athentication mechanism.
Tested with:
- Eudora 6 (uses Compuserve "Virtual Key" RPA software);
- TheBat! 2.11 (uses it's own RPA implementation).
I hope it can be useful for someone.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part
2003 Sep 15
1
md5 salt
Hi,
I was looking at the crypt(3) manpage, and I'm having a hard time figuring
out what the allowed characters are for the salt in md5 and blowfish
encryption. For DES, it clearly states that only numbers, letters and
digits may be used.
Does anyone know the rules for md5/blowfish salt characters?
Thanks,
Charles
--
Charles Sprickman
spork@inch.com
2007 Feb 07
1
PLAIN-MD5 password scheme with salt?
Hello!
I'm storing passwords as MD5 hashes in a MySQL database and have
specified "default_pass_scheme = PLAIN-MD5" in dovecot-sql.conf.
Can Dovecot append or prepend a salt to a password before hashing them?
Because without salt the plaintext passwords can be restored from the
MD5 hashes using rainbow tables.
Greetings
Steffen Weber
2010 Mar 08
2
black cluster in salt and pepper image
Hi,
on a lattice, I have binary 0/1 data. 1s are rare and may form clusters.
I would like
to know the size/length of largest cluster. Any help warmly welcome,
Sylvain.
2007 Jun 01
1
SSHA salt?
Hi there,
I was wondering if someone could explain how dovecot/dovecotpw produces salt
for use in ssha passwords, I'd like to replicate this in PHP so I can write
my passwords from php in ssha instead of just sha1.
Thanks in advance,
Andrea Baitis
2007 Mar 05
0
Static and dynamic graphics course, July 2007, Salt Lake City
We're pleased to announce a one day course covering static and dynamic
graphics using R, ggplot and GGobi. The course will be held just
before the JSM, on Saturday, 28 July 2007, in Salt Lake City. The
course will be presented by Dianne Cook and Hadley Wickham.
In the course you will learn:
* How to build presentation quality static graphics using the R
package, ggplot. We will cover plot
2007 May 30
1
Static and dynamic graphics course, July 2007, Salt Lake City
We're pleased to announce a one day course covering static and dynamic
graphics using R, ggplot and GGobi. The course will be held just
before the JSM, on Saturday, 28 July 2007, in Salt Lake City. The
course will be presented by Dianne Cook and Hadley Wickham.
In the course you will learn:
* How to build presentation quality static graphics using the R
package, ggplot. We will cover plot
2008 Mar 03
0
zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 04f168232992beb7ebec3b25a69735bb3e2ab678
Total changesets: 1
Log message:
zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
Files:
update: usr/src/cmd/zfs/zfs_main.c
update: usr/src/cmd/zoneadm/zfs.c
update: usr/src/cmd/zpool/zpool_main.c
update:
2024 Jun 14
1
salt in Samba password
Good afternoon everyone, is Samba using a password with salt by default or
how can this parameter be enabled in Samba?
2024 Jun 14
1
salt in Samba password
On Fri, 14 Jun 2024 11:32:30 +0300
Omnis ludis - games via samba <samba at lists.samba.org> wrote:
> Good afternoon everyone, is Samba using a password with salt by
> default or how can this parameter be enabled in Samba?
This all depends on how you are running Samba, if you are running it as
a standalone server, then it uses an encrypted password, but if you are
running a Samba AD
2024 Jun 14
1
salt in Samba password
I am asking this question for general samba development, I just know that
windows ad does not use salt, but I thought that samba ad has it, but thank
you for the answer, but tell me is there an opportunity to enable salt on
samba ad? or will it lead to problems with windows ad
??, 14 ???. 2024??. ? 11:40, Rowland Penny via samba <samba at lists.samba.org
>:
> On Fri, 14 Jun 2024
2009 Nov 09
4
Decrypt a admin password (with salt)
Hello,
I want decrypt a password which is encrypted by MD5.
there are 4 functions which i am using :
# Encrypts some data with the salt.
def self.encrypt(password, salt)
Digest::SHA1.hexdigest("--#{salt}--#{password}--")
end
# Encrypts the password with the user salt
def encrypt(password)
self.class.encrypt(password, salt)
end
def authenticated?(password)
2016 Oct 08
3
LLVM Social in Salt Lake City, UT (Nov. 14th)?
Hi everyone,
On Monday, November 14, 2016 the LLVM in HPC workshop will be held in Salt Lake City, Utah (in conjunction with the SC16 conference). For last year's workshop, which was in Austin, we held an LLVM social the evening of the workshop, and I think that turned out really well. If you'll be in Salt Lake City and are interested in attending an LLVM social on the evening of November
2018 Aug 21
0
The. Salt. Line.
I feel a little bad about matching Taylor with the Thanatostar. /Just a
little./
I've stopped updating my Instagram, because none of you follow it. Also I'm
thinking of pausing Twitter too. I imagine you all KE
<http://cadsplayforda.tk/lists/lt.php?id=YUgFAQJRVE9RUVEdU1wDX1cNVg>
anyway, but that's not doing me any immediate good--and you probably don't
see or believe
2006 Feb 16
1
ugly hack to make maildir quotas work
Timo encouraged me to forward this to the list. Basically it pokes
the right value into the right place to make quota deltas work properly
when saving mail to Maildirs.
It's a nasty hack workaround, so don't rely on it without understanding
that it should be superseded in future.
Without this, saving to a maildir doesn't increment quota.
---
2006 Jul 19
0
data corruption in delivery agent when forwarding
Hi Timo
I've been seeing data corruption in the lda when forwarding mail. I think
it's due to confused file pointers. (this is all maildirs on nfs)
Anyway the following patch fixes it, and also looks a bit more like the
old dovecot-lda module, by getting the Return-Path header before
getting the input stream:
Index: mail-send.c
2004 Jul 31
1
Patch: fix $-terminated MCF
p/t_strdup_until wasn't returning a terminated string:
Index: src/lib/strfuncs.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/strfuncs.c,v
retrieving revision 1.41
diff -u -p -r1.41 strfuncs.c
--- src/lib/strfuncs.c 18 Jul 2004 01:44:59 -0000 1.41
+++ src/lib/strfuncs.c 31 Jul 2004 08:43:35 -0000
@@ -154,6 +154,7 @@ char
2014 Jun 10
2
SSL/TLS weakness impact on Asterisk authentication
After reading about the 2 major SSL (and TLS?) weaknesses discovered this year, I was wondering how it affects asterisk.
Does the SIP authentication use TLS - or something that was recently broken? Is there a risk of exposing passwords?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2000 Feb 16
1
a protocol weakness at the user-interface level
I'm afraid I'm not at all involved with OpenSSH development, so
perhaps this attack has been discussed in the past. It's something
that seems difficult to search for in mailing list archives.
I found myself reflecting on the following, mildly serious, protocol
weakness at the user-interface level. In a nutshell, the OpenSSH
client (at least as of version 1.2.2) fails to provide
2007 Jun 18
2
weakness of helper?
Hi ,
It comes to me that helper has some weaknesses:
1) It is hard to test . No easy way to write test code for it.
(or Just i didn''t know?)
2) Not easy to reuse it on other controller/view/model.
it looks like to that putting the helper code into a model (a
fully helper model , or a mixed model) is good practice.
However i agree that some html intensive