Git Product home page Git Product logo

folder-locker's Introduction

Folder-locker

这是一个小巧的文件上锁软件,没有压缩和加密过程,方便快捷。

功能展示

在想加密的文件夹上,右键则可呼出加密面板,输入两次密码确认加密。

在已加密的文件夹上,右键,输入密码,则取消加密

项目介绍

项目分了两个目录:

  • DButility 用于通过轻量极数据库SQLite 保存密码。
    • 通过Md5算法对密码加密,通过SQL参数防止SQL注入。
  • folderLocker 用于实现业务逻辑。

软件使用

  • 下载软件安装包 Folder Locker.exe
  • 进行安装,建议安装在D盘。
  • 可以右键使用,也可以打开软件主页面使用。

注意事项:

  • 密码保存在本机数据库,没有上传任何服务器。
  • 删除软件会同时删除数据库,因而删除密码。

如果忘记密码:

如果密码遗失,文件被锁,可以通过命令行工具重命名。
例如,你的文件夹为 E:\folder, 就打开cmd命令窗口,执行如下命令

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

其中{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} 不变,"new_folder"替换为自己想要的文件名。

folder-locker's People

Contributors

albert-w avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.