Jump to content




Password File Creator (hashing and Salting)

utility

  • You cannot reply to this topic
No replies to this topic

#1 lebalusch

  • Members
  • 49 posts

Posted 19 November 2016 - 11:09 PM

Hi Guys,

So Here is a basic Password File Creator.
http://pastebin.com/Vr8tYMP8

-- Program: MkUser
-- Version: 0.1
-- Author: LebaLusch
-- Created: 19/11/16 -uk date style

-- Use: This will Check a password file (if not Present it will create it) for a user Name if not present it will store the name and Password. The password will be Hashed and Salted.

-- Features i want to add:
Removal of users.
Auto Add a Admin user.

This is my variation of CompuTech's user maker Whos code can be found at page (How to Securely Store Passwords).
This can be found at http://www.computerc...768#entry260768

Change the fileName for your password file on line 56 (local fileName = "AnythingYouWant")
CODE
Spoiler

Edited by lebalusch, 19 November 2016 - 11:12 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users