a cross-platform application that allows users to encrypt and decrypt files using a password. move to: https://gitlab.com/alimiracle/sun_crypt
|
8 months ago | |
---|---|---|
android | 9 months ago | |
ios | 9 months ago | |
lib | 9 months ago | |
linux | 9 months ago | |
macos | 9 months ago | |
windows | 9 months ago | |
.gitignore | 9 months ago | |
.metadata | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 8 months ago | |
analysis_options.yaml | 9 months ago | |
f | 9 months ago | |
pubspec.lock | 9 months ago | |
pubspec.yaml | 9 months ago |
Please note that the project Here has been archived and migrated to codeberg. To access the project on codeberg .
Sun Crypt is a cross-platform application that allows users to encrypt and decrypt files using a password. The app provides a simple interface for selecting files, entering a password, and saving the encrypted or decrypted files to a chosen directory.
git clone https://gitlab.com/alimiracle/sun_crypt
cd sun_crypt
flutter pub get
flutter run
For Android (APK):
flutter build apk
For iOS (IPA):
flutter build ios
for windos:
flutter build windows
For Linux:
flutter build linux
For macOS:
flutter build macos
The built Files will be located in the build
directory of your project, depending on the platform you targeted.
Launch the App: Start the app on your device or emulator.
Enter Password: Enter the password you wish to use for encryption or decryption.
Encrypt a File:
.aes
extension.Decrypt a File:
.aes
extension).We welcome contributions from the community! If you encounter any bugs, have feature requests, or would like to contribute enhancements, please follow these steps:
bash
https://gitlab.com/alimiracle/sun_crypt
So you need help.
People can help you, but first help them help you, and don't waste their time.
Provide a complete description of the issue.
If it works on A but not on B and others have to ask you: "so what is different between A and B" you are wasting everyone's time.
"hello", "please" and "thanks" are not swear words.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.