This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ENET's profile picture

E-Safe by EZProductions

Started by ENET, 03 March 2012 - 03:10 PM
ENET #1
Posted 03 March 2012 - 04:10 PM
E-Safe

E-Safe is a little program I threw together that acts as a password protective device.

Features:
+ Multi-User Database
+ User-Data is stored on a floppy disk near the computer. For portability.
+ Floppy disk should contain a 'users' directory. To do this run mkdir disk/users on
[indent=1]the cmd line before activating the program.[/indent]
+ Output: Left of the computer.
+ Password & Account Creation

When first created, if no users present, it creates a user named 'admin' with password '1234'.
The password can be changed once logged in. Enjoy playing with E-Safe!

[attachment=65:ESafe.txt]
rockymc #2
Posted 03 March 2012 - 04:38 PM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!
ENET #3
Posted 05 March 2012 - 01:01 AM
Yes it is I. Anyways, I updated this to a more graphical version but it requires my gui api which is a WIP and will be released fairly soon.
I will actually be making a separate post for that.
kipjeboy #4
Posted 08 May 2012 - 09:02 PM
when i'm starting it i get the error e-safe:24: attempt to index ? (a nil value) :)/>/>

fixed it, I didn't make the folder users.
Edited on 08 May 2012 - 07:03 PM
rex41043 #5
Posted 08 May 2012 - 11:40 PM
U no u can have it make the file
PoLoMoTo #6
Posted 08 May 2012 - 11:53 PM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!

Ah roblox, haven't played that since I got minecraft :)/>/>
ComputerCraftFan11 #7
Posted 09 May 2012 - 05:05 AM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!

Ah roblox, haven't played that since I got minecraft :)/>/>
Off-Topic
Same, I learned most of my Lua there. That game has changed so much :)/>/>
On-Topic
You know, instead of create a function called file_exists, you can just do if fs.exists("filename") then
PoLoMoTo #8
Posted 09 May 2012 - 08:13 PM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!

Ah roblox, haven't played that since I got minecraft :)/>/>
Off-Topic
Same, I learned most of my Lua there. That game has changed so much :)/>/>
On-Topic
You know, instead of create a function called file_exists, you can just do if fs.exists("filename") then

I made a binary encryption system there, wonder if I could bring it here. Not very useful here though.