All Projects → Albert-W → Folder Locker

Albert-W / Folder Locker

It a tiny tool to lock your folder without compression.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Folder Locker

Myutils
🙏 提供时间轴转星座|生肖工具、系统存储空间获取工具、文件大小格式化工具、获取指定文件大小工具、AES加密解码工具(支持android端平台加密解密,java端和android端相互加密解密)、SharePreference操作工具、 File文件操作工具、日期获取和计算工具、界面跳转Intent操作工具、字符串验证和数值转换操作工具、手机震动工具、系统资源操作工具、网络检测工具、 wifi操作工具、单位换算工具、zip压缩和解压操作工具、XML解析操作工具(只支持几种指定格式)、图片加载和处理工具,数据库操作(增删改查)工具、Base64编码解码工具、MD5加密工具。
Stars: ✭ 130 (-57.79%)
Mutual labels:  md5, sqlite
Catena
Catena is a distributed database based on a blockchain, accessible using SQL.
Stars: ✭ 302 (-1.95%)
Mutual labels:  sqlite
Hashes
Magic hashes – PHP hash "collisions"
Stars: ✭ 278 (-9.74%)
Mutual labels:  md5
Bionode
Modular and universal bioinformatics
Stars: ✭ 294 (-4.55%)
Mutual labels:  tools
Aws Rotate Key
Easily rotate your AWS access key. 🔑
Stars: ✭ 288 (-6.49%)
Mutual labels:  tools
Androidstudiopluginsnplay
A list of cool/useful Android studio plugins 🔌
Stars: ✭ 296 (-3.9%)
Mutual labels:  tools
Quaint
SQL Query AST and Visitor for Rust
Stars: ✭ 272 (-11.69%)
Mutual labels:  sqlite
Air
☁️ Live reload for Go apps
Stars: ✭ 5,257 (+1606.82%)
Mutual labels:  tools
Awesome Editorjs
🤩 A curated list of awesome Editor.js tools, libraries and resources.
Stars: ✭ 295 (-4.22%)
Mutual labels:  tools
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (+894.48%)
Mutual labels:  sqlite
Requery
requery - modern SQL based query & persistence for Java / Kotlin / Android
Stars: ✭ 3,071 (+897.08%)
Mutual labels:  sqlite
Framework Codeidea
System file classification
Stars: ✭ 289 (-6.17%)
Mutual labels:  tools
Gkill
Interactice process killer for Linux and macOS
Stars: ✭ 297 (-3.57%)
Mutual labels:  tools
Unrealeditorpythonscripts
Some of my personal scripts i made to use for my own projects, but free of charge to be used for any project and any purpose as long as it is not violating the Unreal Engine EULA.
Stars: ✭ 282 (-8.44%)
Mutual labels:  tools
Squeal
A Swift wrapper for SQLite databases
Stars: ✭ 303 (-1.62%)
Mutual labels:  sqlite
Supervizer
NodeJS Application Manager
Stars: ✭ 278 (-9.74%)
Mutual labels:  tools
React Native Ui Lib
UI Components Library for React Native
Stars: ✭ 3,928 (+1175.32%)
Mutual labels:  tools
Ghb0t
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.
Stars: ✭ 295 (-4.22%)
Mutual labels:  tools
Rawkit
🦊 Immediately Open Chrome DevTools when debugging Node.js apps
Stars: ✭ 306 (-0.65%)
Mutual labels:  tools
Wipe Modules
🗑️ Easily remove the node_modules folder of non-active projects
Stars: ✭ 304 (-1.3%)
Mutual labels:  tools

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"替换为自己想要的文件名。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].