This already looks good.
-
Comprehension of each Apache server md5 passwords?
Announcement
Collapse
No announcement yet.
Apache - htpasswd - crypt
Collapse
X
-
Originally posted by Bernhard Fomm View PostMany thanks.
There only are all sources ("md5", "sha1" etc.) but not of "crypt".
htpasswd.c:
Code:#if APR_HAVE_CRYPT_H #include <crypt.h> #endif
Last edited by Roy Benjamin; 9 Jan 2008, 02:00 PM.
Leave a comment:
-
Originally posted by Knuth Konrad View PostAnd indeed, there's a folder in this project called "support" which has VC++ 6 source code files for a "htpasswd".
There only are all sources ("md5", "sha1" etc.) but not of "crypt".
htpasswd.c:
Code:#if APR_HAVE_CRYPT_H #include <crypt.h> #endif
Leave a comment:
-
Originally posted by Bernhard Fomm View PostMany talks about Open source and the essential routines
simply are not available. I have not even found C sources.
And indeed, there's a folder in this project called "support" which has VC++ 6 source code files for a "htpasswd".
Leave a comment:
-
Thanks! The page already knows. I cannot derive
much from these general things. 16 bits of seed
require the Apache-crypt-function. How connected
with each other is everything ..?
Leave a comment:
-
They are executables on Linux and built in to the libraries of most server side languages, so source is not necessary.
Here is a downloadable "C" library with a lot of information.
Leave a comment:
-
Funny topic.
Many talks about Open source and the essential routines
simply are not available. I have not even found C sources.
However, I am not a good surfer either.
Leave a comment:
-
It has been a while since I looked in to it but, Check out MD5 on Apache Windows and 3DES on Apache Linux.
Leave a comment:
-
Apache - htpasswd - crypt
I use the crypt-function of Apache, to create around passwords for internet pages. My reference is:
http://www.htaccesstools.com/htpasswd-generator
A Windows program (Encode UNIX Password, passwd.exe) which also creates suitable passwords:
It works well but I need PB sources.
Unfortunately, I have found nothing here. Also not on http://www.pbcrypto.com
Does anybody still have a tip?Tags: None
Leave a comment: