• Stars
    star
    497
  • Rank 85,527 (Top 2 %)
  • Language
    C#
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It a tiny tool to lock your folder without compression.

Folder-locker

This is a tiny software to lock a folder, without compression and encryption. it's super convenient and fast。

中文介绍

Usage Demonstration

On the folder you want to lock, right-click to call out the lock panel, and enter the password twice to confirm the lock.

On the locked folder, right-click, enter the password to cancel the lock.

Project Introduction

The project is divided into two directories:

  • DButility
    • Used to save passwords through the lightweight database SQLite.
    • The password is encrypted by Md5 algorithm, and SQL injection is prevented by SQL parameters.
  • folderLocker
    • Used to implement business logic.

Note before using it:

  • The password is saved in the local database and is not uploaded to any server.
  • Removing the software also deletes the database and therefore the password is gone.

How to use

  • Download the software package Folder Locker.exe
  • For installation, it is recommended to install it on the D drive.
  • You can use it by right-clicking, or by clicking the icon and open the software interface.

Trouble shooting

If you forget your password:

If the password is lost and the file is locked, it can be renamed via the command line tool.

For example, if your folder is E:\folder, open the cmd command window and execute the following command

ren e:\folder.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} new_folder

Where {2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} remains unchanged, and "new_folder" is replaced with the file name you want.

Note: In version 1.3.0, an universal password (Albert-W, i.e. my github id) can unlock all folders.

More Repositories

1

crawler-project

Google资深工程师深度讲解Go语言 爬虫项目。
Go
61
star
2

python_crawler

It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
JavaScript
48
star
3

p2pChatRoom

It is a fully decentralized p2pChatRoom. No server is needed. It is implemented through python.
Python
45
star
4

Week-plan

A Week Plan tool through Excel and VBA
34
star
5

live-and-learn

学无止境,个人成长与学习方法文集
Shell
32
star
6

zhihu-dustbin

专门收录被知乎删除的垃圾文章,所有文章己获得作者授权。
24
star
7

jsDemo

jQuery VS JS comparison table, Learn JS through jupyter notebook.
Jupyter Notebook
11
star
8

dockerGhost

It is a web service which is built up by docker-compose.
JavaScript
8
star
9

Draw_io

graphs from Draw.io
7
star
10

Cryptocurrencies

it's the programming test of the course "Introduction to Crypto and Cryptocurrencies"
Java
5
star
11

leetcode

the answer of leetcode
Java
4
star
12

cool-panda

It is my blog created by jekyll and hosted by github.
HTML
4
star
13

PyWithJu

Learn python throuth jupyter notebook
Jupyter Notebook
4
star
14

XMind

There are My XMind files which contain my knowledge structure.
3
star
15

PersonalWeb

个人技术博客, Fabric学习总结
HTML
3
star
16

learnEthereum

learn Ethereum through Jupyter Notebook.
Jupyter Notebook
2
star
17

NewsClient

It's a very simple News Client. I build it with android studio.
Java
2
star
18

tampermonkey

the JS script I used in tampermonkey.
JavaScript
2
star
19

GameReminder

It's a app which can help your game skill by reminding you too look at the mini map.
C#
2
star
20

front-end-tutorial

慕课网前端小白入门系列,学习源码,以及注释
HTML
1
star
21

goLab

it's a person program in which I learn golang.
Go
1
star
22

ExcelFrm

It's a person program which uses C# and Excel to memorize knowledge.
C#
1
star
23

python3_tutorial

Python3入门与进阶
1
star
24

Solidity_test

1
star
25

note

git note test
HTML
1
star
26

echarts_playground

It is a playground for echarts.
JavaScript
1
star
27

pySql

Learn Sql through Jupyter Notebook.
HTML
1
star
28

IELTS

Lessons learned from perparing IELTS test.
1
star
29

site-locker

It's a super lightweight chrome extension to block website and increase productivity.
JavaScript
1
star
30

ether_crawler

It is a python crawler to fetch pending transactions from Etherscan.
Python
1
star
31

mall

民生银行网上商城
Java
1
star
32

leetcodeJS

I will use Javascript to solve leetcode problems.
HTML
1
star