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

Password program

Started by MrZuribachi, 09 October 2012 - 06:22 PM
MrZuribachi #1
Posted 09 October 2012 - 08:22 PM
Hey guys, I'm new here on the forums so please forgive me if I post to the wrong forum.

I have a little request, as it follows:

Everyone knows it; you play on a server and have computers connectet to piston doors that pull back for example reinforced stone to protect your storage room and such stuff. But you may want to change your password sometimes or "register" a new user with his own personal authorization-code so he can enter the storage / house / whatever and will receive a "Welcome"-message by the computer (for example "Hello, MrZuribachi"). But you don't want to change the whole program code with 20 new lines of password-checks or whatever. So here's my request:

Can someone write such a programe including: register new users with individual passwords, remove existing users when logged in with a master-account and a change-password functionality? I'd really appreciate this.

Thanks in advance if anyone would spend time on this and sry if I posted into the wrong forum and sry if I made any mistakes in my spelling or such like this.

-MrZuribachi
Lyqyd #2
Posted 10 October 2012 - 01:36 AM
That's not really what we do here. We can help you improve or fix the code you've written. If you need the program written for you, you could try the General section.
ChaddJackson12 #3
Posted 10 October 2012 - 01:43 AM
I am writing such program right now but it will be a bit. But you may like it. When I finish it I could send you the code if Some isn't already made. It will have the features to delete/add usernames. And will be very easy to use.
MrZuribachi #4
Posted 10 October 2012 - 11:21 AM
@Lyqyd sry then, as I already told I'm new here on the forums.

@ChaddJackson12 thanks, I'd really appreciate this. Already looking for such a programe but I didn't find anyone. You'd help me a lot.
remiX #5
Posted 10 October 2012 - 02:01 PM
There are actually tons of password programs actually, and really easy to make except maybe the saving usernames and passwords. First program I made was a password protection thing but only for a door and had no registered users.

Making a Password Protected Door - Check this website to make an easy password protected door without the registered users part and learn how to implement it.
ChaddJackson12 #6
Posted 12 October 2012 - 01:29 AM
Ok, I have now finished making that program, and it can be located here

It is a floppy disk password thing.