MASTAR-LAST / Voldemorts

Free and open-source encryption tool for Linux and Mac-OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

πŸ“›WARNINGπŸ“›: ⚠️DO NOT ENCRYPT THE SAME FILE TWO TIMES OR YOU WILL BE UNABLE TO DECRYPT IT AGAIN⚠️

About

Free and open-source encryption tool for Linux and Mac-OS

License:MIT License


Languages

Language:Python 97.6%Language:Shell 2.4%