C++ Grille crypt algorythm implementation with Qt UI
Find a file
2023-05-09 22:52:39 +03:00
.github/workflows Change artifact storaging pattern 2023-05-09 22:49:23 +03:00
build/archlinux Fix REAMDE in archlinux CI 2023-05-09 22:52:39 +03:00
grille-crypt@923c953389 Include grille-crypt as submodule 2023-05-09 20:26:49 +03:00
.gitignore Create empty Qt project 2023-05-09 16:24:40 +03:00
.gitmodules Include grille-crypt as submodule 2023-05-09 20:26:49 +03:00
actiontypes.h Include grille-crypt as submodule 2023-05-09 20:26:49 +03:00
actionwindow.cpp Include grille-crypt as submodule 2023-05-09 20:26:49 +03:00
actionwindow.h Include grille-crypt as submodule 2023-05-09 20:26:49 +03:00
CMakeLists.txt Add about window 2023-05-09 22:31:56 +03:00
COPYING Rename LICENSE to COPYING 2023-05-09 16:25:42 +03:00
encryptwindow.cpp Add encrypt and decrypt form with file selection 2023-05-09 18:38:32 +03:00
main.cpp Add about window 2023-05-09 22:31:56 +03:00
mainwindow.cpp Create multiple windows creation 2023-05-09 18:44:05 +03:00
mainwindow.h Create multiple windows creation 2023-05-09 18:44:05 +03:00
primarywindow.cpp Add Author 2023-05-09 22:48:13 +03:00
primarywindow.h Add license notice to primarywindow files 2023-05-09 22:38:13 +03:00
README.md Add link to grille-crypt in readme 2023-05-09 21:43:25 +03:00

grille-crypt-qt

cppcheck static analysis archlinux package builder

About

Grille-crypt-qt is Qt application for grille-crypt CLI.

Build

To build grille-crypt:

git clone https://github.com/CatInBeard/grille-crypt-qt.git
cd grille-crypt-qt  
cmake CMakeLists.txt
cmake --build .

Arch

You can build package for archlinux, read this

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

C++ Grille crypt algorythm implementation with Qt UI