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

DanzOs

Started by danielsv03, 06 January 2017 - 01:45 PM
danielsv03 #1
Posted 06 January 2017 - 02:45 PM
DanzOS

​Is a new Operating system i'm working in this system everyday and improving it, You can download it and do whatever you want improve it or edit something just use your creativity


​NOTE:
New update out including GUI but it is in Early Alpha!! and unstable and not finnished!

To download: pastebin run HcMRMQTY installer
Edited on 16 June 2017 - 06:43 PM
Cross_Sans #2
Posted 29 January 2017 - 09:28 AM
This is literaly a copy of the CraftOS shell. Do not make an operating system when you copy the shell of CraftOS, and only modifing it.
danielsv03 #3
Posted 17 April 2017 - 08:26 AM
This is literaly a copy of the CraftOS shell. Do not make an operating system when you copy the shell of CraftOS, and only modifing it.

Ye sorry about that but i'm making a huge update that will add an GUI
hbomb79 #4
Posted 19 April 2017 - 04:16 AM
The huge update actually being the OS?
Restioson #5
Posted 19 April 2017 - 11:38 AM
At the moment you're storing the passwords in plaintext. This is very insecure. You might want to look into SHA2 and password security.
houseofkraft #6
Posted 19 April 2017 - 01:46 PM
You should really consider using GitHub for downloading files. It makes the download process a lot faster and will not spam pastebin. Also, when you ask for the password, you should really consider replacing the text typed with a asterisk. You can do that by doing
local pass = read("*")
. Finally, you should really consider securing the password with SHA2.

Also, don't copy the CraftOS Shell! Please, different UI's (even without a GUI) makes operating systems unique. You are just copying the CraftOS shell and modifying it.

Good luck with your OS!
danielsv03 #7
Posted 16 June 2017 - 04:18 PM
The huge update actually being the OS?

Yes

At the moment you're storing the passwords in plaintext. This is very insecure. You might want to look into SHA2 and password security.

Working on it

You should really consider using GitHub for downloading files. It makes the download process a lot faster and will not spam pastebin. Also, when you ask for the password, you should really consider replacing the text typed with a asterisk. You can do that by doing
local pass = read("*")
. Finally, you should really consider securing the password with SHA2.

Also, don't copy the CraftOS Shell! Please, different UI's (even without a GUI) makes operating systems unique. You are just copying the CraftOS shell and modifying it.

Good luck with your OS!

The local pass = read(" * ")
i already knew it and it is included when you login not when you set up a password

btw thanks for the tips.