Posted 03 November 2016 - 07:55 PM
Hey guys !
Today i'd like to release my computer locker ! I wasnt planning to release it but when i saw the current concurrents ( like FoxLock ), i was like "Nop." so here it is :
Jedi's Computer Locker !
It is a basic computer locker that while simply ask for a password on startup. It provides a simple setup too so you dont have to write any config file by yourself of course.
It uses the beautiful cryptLib API from Anavrins and his SHA256 algorithm + his PBKDF2 algorithm
For the "Choose a number between 50 and 200", let me explain further, it's part of the PBKDF2 algorithm. If you choose for example 50, your system will open faster , but the password will be easier to crack,
reverse, if you choose 200, your system will open slower, but the password will be harder to crack. I'm not saying a 50' password will get cracked easily, far from that !
There is a tiny animation after entering the right password, just skip it using any key if you want ! The locker adds an alias, so if you type "lock" in the shell, it will lock the computer !
Finaly, i want all of you to know that my code is fully commented ! And i would be pleased if someone learns by reading my code :)/>
Screenshots :
Download :
Thank you for reading, feel free to review, and sorry for my kinda poor english skills !
Today i'd like to release my computer locker ! I wasnt planning to release it but when i saw the current concurrents ( like FoxLock ), i was like "Nop." so here it is :
Jedi's Computer Locker !
It is a basic computer locker that while simply ask for a password on startup. It provides a simple setup too so you dont have to write any config file by yourself of course.
It uses the beautiful cryptLib API from Anavrins and his SHA256 algorithm + his PBKDF2 algorithm
For the "Choose a number between 50 and 200", let me explain further, it's part of the PBKDF2 algorithm. If you choose for example 50, your system will open faster , but the password will be easier to crack,
reverse, if you choose 200, your system will open slower, but the password will be harder to crack. I'm not saying a 50' password will get cracked easily, far from that !
There is a tiny animation after entering the right password, just skip it using any key if you want ! The locker adds an alias, so if you type "lock" in the shell, it will lock the computer !
Finaly, i want all of you to know that my code is fully commented ! And i would be pleased if someone learns by reading my code :)/>
Screenshots :
Spoiler
Download :
Spoiler
Ask by PM
Thank you for reading, feel free to review, and sorry for my kinda poor english skills !
Edited on 09 November 2016 - 07:54 PM