KO
|
EN
gitlite โ search
Search
#ai-agent
#dsh-plugin
#python
#deepseek-harness
#agentic-ai
#automation
#genpark
#llm-tools
#mcp-server
#dsh
#ai-agents
#dotfiles
virtual-encrypted-disk
โ 37
Open GitHub โ
Virtual Encrypted Disk
Download README (.md)
Explore Similar Repositories
HelloIommuPkg
:
The sample DXE runtime driver demonstrating how to program DMA remapping.
KernelProcessList
:
Example Windows Kernel-mode Driver which enumerates running processes.
geobacter
:
A single source Rust co-processor programming framework; runtime && Rust custom drivers
gosqlite
:
SQLite driver for the Go programming language
ixy.py
:
Simple userspace packet processing for educational purposes ๐
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
virtual-encrypted-disk
?
Download (.md)
# Virtual encrypted disk ### Appointment An application for creating and working with virtual encrypted logical drives. ### Functionality 1. Creates a crypted disk stored in a file (the path to the file and name, password, size of the created disk are indicated) 2. Mounts the specified file as a logical drive. (checking the password specified at creation) 3. Removes the previously mounted disk. 4. Allows you to view a list of mounted disks. 5. Encrypts / decrypts data written / read from disk. 6. Supports working with file paths in different languages. ### Technology requirements 1. The GUI can be written in C # or Qt or another framework. 2. For development, use Visual Studio. 3. To write a work plan, use MS Project Manager 2007 and higher. 4. Use GIT to store the source code. ### Implementation details 1. User Interface - Functionality: - Create a disk (with the path to the file, password, disk size) - Encryption mode selection - Copy parse files - Mount disk (with the path to the file and password verification) - Dismount the specified drive - View the list of mounted disks (drive letter, size, file path) Implement the interface using a console application or GUI. 2. Driver - a virtual disk driver that redirects data to a file with encryption. ### Links Online [documentation](https://ved-docs.dumitory.dev/) ### Old project history https://github.com/DumitoryDev/VED