Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Critical Safety Warnings

STOP: Never encrypt an already-encrypted file. This tool generates a new salt for every encryption pass and overwrites the previous salt stored in /usr/volde_info/. Without that original salt, the first layer of encryption becomes mathematically impossible to unlock.
  • Absolute Path Dependency: The salt filename is linked to the file's absolute path. If you create an encrypted copy, it is saved to a specific folder on the Desktop—this change in location changes the absolute path hash, making the tool unable to find the correct salt for decryption.
  • Status: Solving this "link-break" by moving to a per-file salt architecture is the top priority for v2.0.0.
Salt Recovery Guide (Linux/macOS)

If you have accidentally overwritten a salt file, the only way to recover your data is to restore the old salt from /usr/volde_info/:

  • macOS: Check tmutil listlocalsnapshots / in Terminal to find hidden system backups.
  • Linux: Use ext4magic or debugfs to attempt recovery of the overwritten hidden salt file from the filesystem journal.

🚀 Upcoming in v2.0.0 (Roadmap)

Security & Reliability
  • Secure Wipe: Option to shred/overwrite the original file after creating an encrypted copy.
  • Salt per file (Fixed Absolute Path bug)
  • Salt size: 16B → 32B
  • Fixed password predictability vulnerability
  • SSL certificate verification for updates
UX & Performance
  • Automated file backups
  • Image metadata stripping
  • Load passwords from external files
  • Configurable salt/backup paths (.config.ini)
  • Improved memory management
Timeline: Estimated release in Q4 2026.
Future: A full Rust rewrite is planned for improved performance and reliability.

Voldemorts

Voldemorts is a huge and powerful tool capable of encrypting files in various formats with Fernet and AES encrypting algorithms, salt with a default value of 16 bytes that can be changed and a password to encrypt and decrypt these files. 🔐 Screenshot_2024-01-24_09-58-59

Supported systems 🛠

System Supporting
Windows Not Supported ❌
Linux Supported ✅
Mac Supported ✅

Supported file formats 🗂

Type Formats
Documents 📑 .doc .docx .odp .ods .odt .pdf .pptx .rtf .xls .xlsx .ppt .djvu .ott .txt .csv .srt
E-Books 📚 .azw3 .equb .fb2 .lrf .mobi .snb .pdb
Programming 🖥 .bat .htaccess .yaml .class .cs .css .go .h .html .js .pl .py .rb .sh .sql .swift .test .vb .java .c .cpp .kml .json
Videos 🎥 .asf .avi .f4v .flv .hevc .m2ts .m2v .m4v .mjpeg .mkv .mov .mp4 mpeg .mpg .mts .mxf .ogv .swf .ts .vob .webm .wmv .wtv .3gp
Fonts 📝 .bin .cff .dfont .otf .pfb .ps .sfd .ttf .woff
Images 📸 .bmp .svg .jpg .tif .gif .png .cr2 .dng .erf .heic .heif .jfif .jp2 .nef .nrw .orf .pef .pes .raf .rw2 .webp .cur .dds .exr .fts .hdr .ico .jpe .jps .mng .pam .pbm .pcd .pcx .pfm .pgm .pico .pict .pnm .ppm .psd .ras .sfw .sgi .tga .wbmp .wpg .x3f .xbm .xcf .xpm .xwd
Audios 🔊 No tests yet 🔬
Extra Formats 🔰 .exe .dll .ocx .drv

Last Test in No Date for version No Version

Installation 📥

Install the tool with Git Git

git clone https://github.com/MASTAR-LAST/Voldemorts.git && cd Voldemorts && sudo chmod u+x installer.sh && ./installer.sh

Using instructions

sudo voldemorts [directory name] --encrypt --salt-size 128

Roadmap 🗺️

  1. Hybrid encryption with AES&Fernet - [Done] ✅
  2. Auto reversing for encryption layers if one is failed - [Done] ✅
  3. Version tracker - [Done] ✅
  4. Fast file searching - [Done] ✅
  5. Auto decrypting side script 🔄
  6. Windows supporting 🔄
  7. Password auto-generation flag with length and character set - [Done] ✅
  8. Caesar encryption layer 🔄
  9. RSA encryption flag 🔄
  10. Get hash flag - [Done] ✅
  11. More search options 🔄
  12. Stop at the first file you find flag 🔄 - [In progress]
  13. Double checking password - [Done] ✅
  14. Expiry date for the file 🔄
  15. Electronic signature 🔄
  16. Split the file into parts depending on the memory size 🔄
  17. Make an encrypted copy of the file/directory - [Done] ✅
  18. Fast Encryption/Decryption files 🔄
  19. Remove the image metadata flag before encrypting it 🔄

Last Release Info 🕑

What's new in v1.3.0? ☄️

New Features 🌟

  1. Hash function optimization 🪛
  2. Unwanted code cleaning 🧹
  3. Replace -c with -cs flag ❄️
  4. Copy file options 💫
  5. Improving the installer for fresh devices 🤖
  6. The ability to specify the groups from which the password is generated
  7. Passwords Log File 🕵🏼‍♂️
  8. Configuration file 🔗

Fixed Bugs 🪲

issue numbers: #14 📍

You can find password log file & configuration file in /usr/volde_info as a hidden files

License 📑

MIT License

Copyright (c) 2023 Muhammed AL-kohwaldeh

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project Status

The development of this project has become slow due to the busyness of the current developer. 💤

Any requests for contributions are very welcome. ❤️‍🔥

Support 📨

Support Email: twisters50team@gmail.com 📧

Note 📌

Use this tool in a super user mood. 🥷🏼

The supported file formats table has a test time and version in its footer, any version that is released without updating the table could be not safe for any file formats except text files.

Releases

Sponsor this project

Packages

Contributors

Languages