Name Last modified Size Description
Parent Directory -
LICENSE 19-Jan-2007 20:44 1.4K
Makefile 19-Jan-2007 20:44 1.2K
README.html 19-Jan-2007 20:44 1.6K
y_ntlm.c 06-Mar-2008 14:32 4.5K
y_ntlm.sql 19-Jan-2007 20:44 1.0K
Functions for generating Microsoft lanmanager and ntlm password hashes. Links against OpenSSL.
The Makefile implements the standard PostgreSQL PGXS build infrastructure. Run 'make' and 'make install' with appropriate permissions to build and install y_ntlm.so. Execute the SQL calls in y_ntlm.sql to instantiate the functions within your database.
Examples:
% select y_lm( 'hashme' );
y_lm
----------------------------------
FA91C4FD28A2D257AAD3B435B51404EE
% select y_ntlm( 'hashme' );
y_ntlm
----------------------------------
FF2A43841C84518A18795AB6E3C8A62E
Please send comments and suggestions to 'ron dot peterson at yellowbank dot com'.
TODO: Never enough testing.
More Yellowbank Code.