search for: gethash

Displaying 4 results from an estimated 4 matches for "gethash".

1998 Aug 29
1
Perl code to generate Samba passwd hashes?
Does anyone have perl code that can generate the Samba passwd hashes from a clear text password? I'm aware of the smbpasswd command that comes with Samba but that isn't the best tool for my purposes. I have a local account creation/deletion software that already handles encypting the password to generate unix /etc/passwd files and I need to be able to do the same for the Samba passwd
2006 May 12
0
draft-proposal for Ajax.History - History/Bookmark handling in Ajax apps
...clearTimeout(this.timer); this.currentHash = hash; this.locator.setHash(hash); this.timer = setTimeout(this.checkHash.bind(this), this.options.interval); this.locked = false; }, checkHash: function(){ if(!locked){ var check = this.locator.getHash(); if(check != this.currentHash){ this.callback(check); this.currentHash = check; } } this.timer = setTimeout(this.checkHash.bind(this), this.options.interval); }, getBookmark: function(){ return this.locator.g...
2006 Jun 29
11
Autocompleter without a default choice
Hi, I have an ajax auto completer for a text field in a form. All''s good. Unfortunately, I also want the form to be submitted when the user hits ''return'' in the text field. This combination of circumstances means that if the user is typing his entry and then hits return to submit it is possible that dang auto completer will pop up and complete his entry for even if he
1998 Aug 30
1
Password Hashes
In einer eMail vom 30.08.98 05:55:16 (MEZ) - Mitteleurop. Sommerzeit schreibt samba@samba.anu.edu.au: << # export SMBPASSWD='mypasswd' # gethash 74AC99CA40DED4204A3B108F3FA6CB6D:F671043BA08E88500D2EB5279AC65E53 >> This is nice. Every other user on the system can see that hash with ps. I would not call that extended security. Detlef