I realize there are a plethora of existing door locks on the internet for computercraft, but I just wanted to finish my first programming milestone, so I present to you…

Simple|Door|Lock
version1.0
_________________________

Download: pastebin get XCAma6JE lock

Application:
+Used to lock doors with redstone
+Can be hooked up with nsh (or this and this) to make an extra-secure lock

Features:
+Locks doors
+Allows the ability to enter in password, output side, open length, and timeout length at first startup (in "/.pconfig")


Other than that it's just a regular door lock.

Special thanks to AdvancedComputer with the config reader function!