- Added an option to encrypt with a custom password of the user choice.
- Improve app SEO
- Added custom 404 & 500 error handlers.
- Added 404 & 500 error pages.
- About page redesigned.
- Restructure the project from Single module structure to Package structure (necessary improvements to allow the project to grow or scale.)
- Cleaner code to ease writing, reading and maintaining the project.
- few other bugs fixed.
- Update about section.
- Organize project files: main project files moved to project-src/
- README Updated: Added a Screenshot, Updated project SHIELDS, Update Project Tree
- Added LICENSE file (MIT)
- Added Requirements File
- Update to work with Flask 2.2.2
- Code imporvements
- Small update to the ui.
- All releases deleted for a new version numbering scheme.
- Offline page redesigned.
- Minor changes in the frontend.
- Added an offline page when there is no internet connection.
- Update the service worker for offline page usage.
- Minor changes to the frontend.
- Encipherr is now a progressive web app.
- few changes in the frontend; navbar hover style changed and position is set to fixed-top.
- set 1px letter-spacing to navbar links.
- intro phrase changed.
- Change app name from bsencryptor to encipherr
- Small changes in the ui
- Add title icon
- the old website will automatically redirect you to the new one.
- Added guest Sessions when user enters the website.keeping the user actions secure.
- Session are not permanent.
- Create a private temporary folder when user uploads a file.Will be deleted after serving.
- If any error happens when doing operation to the file,will be automatically deleted.
- Css changes in file encryption section.
- The upload folder where files kept temporary for encrypting/decrypting was public and sometimes the files are not deleted which causes a huge security flaw.