Jump to content




Locker, The Computer Lock Program

utility computer

6 replies to this topic

#1 viper151.

  • Members
  • 3 posts

Posted 03 July 2014 - 01:11 AM

Locker, The Computer Lock Program

This the very first of my very handy programs for computercraft I have released to the public. Please Enjoy it and DON'T re-post this claiming its yours, however you may use parts of the source for other programs.

Features:
- Disabled ctrl - T
- Easy to configure password and username
- Hidden password characters
- Easy to use
- Custom lock run file

Download:

Open your computer and type: pastebin get V2VSZJxK Lock


How to configure:

Edit the words that say "password", and "user" to your preferences.

os.pullEvent = os.pullEventRaw
---Configure Below (Only edit inside of the "" marks)---
passcode = "password"
user = "user"
---Source---


Edited by viper151., 03 July 2014 - 02:29 PM.


#2 koenkoe

  • Members
  • 16 posts

Posted 03 July 2014 - 04:41 PM

You still can reboot the computer

#3 Saldor010

  • Members
  • 467 posts
  • LocationThe United States

Posted 04 July 2014 - 02:50 AM

View Postkoenkoe, on 03 July 2014 - 04:41 PM, said:

You still can reboot the computer

That's dealt with on the java side. There isn't anything he can do about that. :mellow:

#4 Takaqod

  • New Members
  • 1 posts

Posted 04 July 2014 - 12:50 PM

if the program name is 'startup', you can't get into the pc without typing the password so i think it's safety (i don't know how get arround the password)
nice little program but a bit long for waiting the end of the display :) (multi treads? :P )

#5 lesander

  • Members
  • 8 posts
  • LocationThe Netherlands

Posted 05 July 2014 - 04:44 PM

You should check out the login program example file from Kit:
https://github.com/A...mples/login.lua
It doesn't store the username and password raw, but heavily hashed with SHA512 and salts.
There's no way to get your login back if you've forgotten it x)

#6 Geforce Fan

  • Members
  • 846 posts
  • LocationMissouri, United States, America, Earth, Solar System, Milky Way, Universe 42B, Life Street, Multiverse, 4th Dimension

Posted 09 July 2014 - 05:13 AM

View Postlesander, on 05 July 2014 - 04:44 PM, said:

You should check out the login program example file from Kit:
https://github.com/A...mples/login.lua
It doesn't store the username and password raw, but heavily hashed with SHA512 and salts.
There's no way to get your login back if you've forgotten it x)
now encrypt my entire cc computer with my password... xD jk.

#7 logsys

  • Members
  • 171 posts

Posted 20 July 2014 - 10:15 PM

View Postlesander, on 05 July 2014 - 04:44 PM, said:

You should check out the login program example file from Kit:
https://github.com/A...mples/login.lua
It doesn't store the username and password raw, but heavily hashed with SHA512 and salts.
There's no way to get your login back if you've forgotten it x)
I would use SHA256 cause it's safer, takes less time to generate and the hash generated are smaller





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users