Test ran at 2025-07-18 01:18:16.024421+00:00 SOLUTION: akt=1.4.2: Ada Keystore Tool Origin: commit 849b47b9db6cd8e99dca9a77b846baedd81bb2d0 from https://gitlab.com/stcarrez/ada-keystore.git Properties: Post_Fetch run: gnatprep -DPREFIX="/usr/local" -DVERSION="1.4.2" src/akt-configs.gpb src/akt-configs.ads (from ${CRATE_ROOT}/.) Author: Stephane.Carrez@gmail.com Configuration: no modifiers Description: Ada Keystore Tool Environment: MANPATH=${CRATE_ROOT}/man:${MANPATH} Environment: PATH=${CRATE_ROOT}/bin:${PATH} GPR Scenario: KEYSTORE_BUILD := distrib | debug | optimize | profile | coverage GPR Scenario: KEYSTORE_LIBRARY_TYPE := relocatable | static | static-pic License: Apache-2.0 Long_Description: [![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-keystore/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-keystore/summary) [![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-keystore/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-keystore/xunits) [![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-keystore/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-keystore/summary) # Overview AKT is a tool to store and protect your sensitive information and documents by encrypting them in secure keystore (AES-256, HMAC-256). Create the keystore and protect it with a gpg public key: ``` akt create secure.akt --gpg ... ``` Store a small content: ``` akt set secure.akt bank.password 012345 ``` Store files, directory or a tar file: ``` akt store secure.akt notes.txt akt store secure.akt contract.doc akt store secure.akt directory tar czf - . | akt store secure.akt -- backup ``` Edit a content with your $EDITOR: ``` akt edit secure.akt bank.password akt edit secure.akt notes.txt ``` Get a content: ``` akt get secure.akt bank.password akt extract secure.akt contract.doc akt extract secure.akt -- backup | tar xzf - ``` ## Documents * [Ada Keystore Guide](https://ada-keystore.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-keystore/blob/master/docs/keystore-book.pdf) Maintainer: Stephane.Carrez@gmail.com Maintainers_Logins: stcarrez Name: akt case OS is when Linux => Project_File: akt_fuse.gpr when Macos => Project_File: akt_nofuse.gpr when Windows => Project_File: akt_nofuse.gpr when others => Project_File: akt_nofuse.gpr Tag: security Tag: storage Tag: nosql Version: 1.4.2 Website: https://gitlab.com/stcarrez/ada-keystore Dependencies (direct): case OS is when Linux => ada_fuse* intl^1.0.1 keystoreada^1.4.0 utilada^2.8.0 Dependencies (solution): ada_fuse=1.0.1 intl=1.0.1 keystoreada=1.4.2 utilada=2.8.1 Dependencies (missing): libfuse^2.0.0 (indirect,hinted) Dependencies (graph): ada_fuse=1.0.1 --> libfuse^2.0.0 akt=1.4.2 --> ada_fuse=1.0.1 (*) akt=1.4.2 --> intl=1.0.1 (^1.0.1) akt=1.4.2 --> keystoreada=1.4.2 (^1.4.0) akt=1.4.2 --> utilada=2.8.1 (^2.8.0) keystoreada=1.4.2 --> utilada=2.8.1 (^2.8.0) Dependencies cannot be met LOG: Failed to locate log