Philips MSX 2 | NMS 8250 | 2 disk drives | 2 cartridge sloten | 256 Kb RAM | toetsenbord | TV connection | 3,58 MHz | geen hard disk |
...gevonden!
.htaccess:
AuthType Basic
AuthName "protected area"
AuthUserFile pad_naar_de_directory/.htpasswd
require valid-user
.htpasswd:
gast:1$e8kAN82iOyo
[ Voor 3% gewijzigd door Peopeo op 08-06-2003 13:30 ]
Philips MSX 2 | NMS 8250 | 2 disk drives | 2 cartridge sloten | 256 Kb RAM | toetsenbord | TV connection | 3,58 MHz | geen hard disk |
...gevonden!
Verwijderd
1
2
3
4
5
6
| .htaccess: AuthType Basic AuthName "protected area" AuthUserFile pad_naar_de_directory/.htpasswd require valid-user |
heb je daar bewust pad_naar_de_directory/ neergezet?
Zo niet, je moet daar wel de juiste dir neerzetten eh
Maar ik vermoedde ook al dat er iets met de encryptie aan de hand was; ik heb via Ladot.nl (via hun website kan dat) ook een htpasswd file aangemaakt en daar kwam een andere string uit dan die mijn domeinserver aanmaakt.
Weet iemand of dit aan de gebruikte encryptie methode (CRYPT_STD_DES) ligt of dat encryptie server-specifiek is?
[ Voor 6% gewijzigd door Peopeo op 08-06-2003 13:59 ]
Philips MSX 2 | NMS 8250 | 2 disk drives | 2 cartridge sloten | 256 Kb RAM | toetsenbord | TV connection | 3,58 MHz | geen hard disk |
- "Als ik zou willen dat je het begreep, legde ik het wel beter uit!" | All number systems are base 10!
In all current releases of Apache for Windows, passwords in .htpasswd files are stored unencrypted. This is because Windows does not contain a standard function for encrypting strings (on Unix, the crypt() function does this). Now string encryption has been added to Apache using the MD5 algorithm. This means that encrypted passwords can now be used with Apache. The Apache server and the htpasswd program have both been updated to work with MD5 encrypted passwords. On Windows, all passwords will now be encrypted with MD5. Unix will default to using crypt() for encrypting passwords, although it is possible to use MD5 instead (using the new -m option to htpasswd).
http://www.apacheweek.com/issues/99-01-29