Priman (Privacy Manager) is a very fast, lightweight(only about 102.3K) and minimalistic tool for file encrypting and decrypting using XXTEA algorithm.
|
3 years ago | |
---|---|---|
bin | 3 years ago | |
src | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
priman.nimble | 3 years ago |
Priman (Privacy Manager) is a very fast, lightweight(only about 102.3KB) and minimalistic tool for file encrypting and decrypting using XXTEA algorithm.
nimble build --gc:refc -d:strip -d:release --opt:speed
in package directory to build priman.
If you want to decrease binary size use nimble build --gc:regions -d:strip -d:danger --opt:size
.sudo cp priman /usr/local/bin
or to ~/.local/bin with cp priman ~/.local/bin
. Don't forget to add ~/.local/bin to your PATH if you selected this directory.sudo cp bin/priman /usr/local/bin
.priman -e <filename>
priman -d <filename>
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/.