66 posts
Location
Minecraft world
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
122 posts
Location
France
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.
66 posts
Location
Minecraft world
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
353 posts
Location
Orewa, New Zealand
Posted 19 April 2017 - 04:16 AM
The huge update actually being the OS?
22 posts
Location
Secret meeting of the South African Internet Users club
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.
172 posts
Location
USA
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!
66 posts
Location
Minecraft world
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.