akshgpt7 / MarvellOS

A basic operating system GUI mock-up built using python's GUI module Tkinter.
20 stars 20 forks source link

encoded password #8

Closed MercerFrey closed 4 years ago

MercerFrey commented 4 years ago

Encoded password is stored. When password changes, it is saved encoded, as well. Processes inside project are handled with the decoded password. Also thank you, this was a great exercise :) .

akshgpt7 commented 4 years ago

Merged into master. Thanks! Good work :)