Modeto is a brand new form of encryption which can take your files and encrypt them into an image, which would just
look like a corrupted image or a mess of colors while actually your files, this project is currently in a closed
beta due to the current insecure state of its actual encryption capabilites and its resource intensive decryptor
which ive been unable to get working
Known Issues
Major
down in the images data it is still completely plaintext, i consider this an issue as this is a form of encrypting
files, in the future there will be automatic hashing and salting which is the same technology used to store
passwords securely
Decryptor requires a weirdly large amont of resources which could cause data loss if a file is unable to be
decrypted due to the resource usage, this is because of another issue which also needs to be fixed
Encryptor Places a 10x10 pixel instead of a 1x1 pixel, this is the issue which is causing the high resource usage
in the decryptor, in the past the decryptor was coded to delete any garbage repeating data but in some cases this
function could cause issues
Minor
In order to encrypt or decrypt a file, the file must be in the same folder as the program, this is just seen as a
minor annoyance and is being left unresolved due to the very low severity of the issue, might be patched if the
program is ever done enough i can start working on side tasks
Program does not go back to the beginning after use, i currently have no clue how to go back to the starting point
and this also isnt really an issue and will be patched out in the GUI ReWrite i make after finishing this main
version
Due to the program being pack in PyInstaller windows may flag the app as malware for some reason unknown to me, i
am seeking out a soloution to this issue
Changelog
Alpha 0.0.4 "One step forward, one back"
this version introduced some really important features into the main program as well as is the first version which
bundles all the tools into one file
This Version Adds
File Extension Detection
RGBA Encryption Mode
Garbage Data Detection (bad, this workaround is really bad)
Revised Modeto ASCII Logo
First Packed Build
Main Menu
This Version Changes
Attempted to fix the pixel placement issue
Optimized the code of the program
Version Notes
this version is great for encrypting files while still having the pixel placement issues, the decryptor works but
only with really small files, anything over acouple megabytes overwhelms the Decryptor