Wordle is an easy and userfriendly desktop-application giving you the opportunity to save important information more secure. The app uses AES-Encryption to safe your data with a password you can set so only you can acces the file.
Quick install with our new installer or at release
- Secure saving: Safe your data locally or in the cloud with our special
.wordle-files. - Passwordsecurity: The data will be safed with passwords set by you. As the mechanism is the same on any app you can quickly transfer the data to other devices.
- User friendly: Intuitive Userinterface with better optics and cool design.
- Cross-platform: Developed with Electron, runs on Windows (tested), Linux and macOS.
- New files:
- click on
File > New - Now you can start writing
- click on
- Save file
- click on
File > Save - Select the path to your file and enter the password used for the encryption
- click on
- Open file
- click on
File > Open - Choose a
.wordle-File and enter your password
- click on
- Password-dialogue
- We have a special dialogue just for you to enter a password.
wordle/
├── app/
│ ├── [index.html](http://_vscodecontentref_/2) # Main-HTML-File
│ ├── [script.js](http://_vscodecontentref_/3) # Main-JavaScript-File
│ ├── [styles.css](http://_vscodecontentref_/4) # Main-CSS-File
│ └── info/
│ └── [index.html](http://_vscodecontentref_/5) # Information-site
├── forge.config.js # Electron Forge Configuration
├── [main.js](http://_vscodecontentref_/6) # Electron main-process
├── [package.json](http://_vscodecontentref_/7) # Project-configuration
npm start: Starts the application in development mode.
npm run make: Creates an executable.
npm run package: Verpackt die Anwendung ohne Installer.
npm run build: Creates a build for the application.
- Electron: For crossplatform development and usage.
- CryptoJS: For AES-encryption
- HTML/CSS/JavaScript: For better interface.
- Local saving: All data is being saved locally and wont be transmitted to any exernal server.
- AES-encryption: Strong encryption can save your Data from unauthorized access.
- DE (Deutsch):
-
Diese Software darf ausschließlich für private, nicht-kommerzielle Zwecke genutzt werden.
-
Es ist nicht gestattet, die Software zu verändern, weiterzugeben oder zu veröffentlichen.
-
Jegliche kommerzielle Nutzung, einschließlich Verkauf, Vermietung oder Integration in kommerzielle Produkte, ist ausdrücklich untersagt.
- EN (English):
-
This software is for private, non-commercial use only.
-
It is strictly prohibited to modify, distribute, or publish the software.
-
Any commercial use, including selling, renting, or integrating it into commercial products, is explicitly prohibited.
Made by SpionQuark
Feedback and Suggestions are welcome!
If you have any kind of problem or a good idea open a new Issue