Test ran at 2022-09-14 01:29:52.933314+00:00 SOLUTION: akt=1.3.3: Ada Keystore Tool Origin: commit e0e9d5ef2c92c74d06b3ada5ed162ad3400a9f5c from https://gitlab.com/stcarrez/ada-keystore.git Properties: Post_Fetch run: ${CRATE_DIR}/./gnatprep -DPREFIX="/usr/local" -DVERSION="1.3.3" tools/akt-configs.gpb tools/akt-configs.ads Author: Stephane.Carrez@gmail.com Configuration: no modifiers Description: Ada Keystore Tool Environment: MANPATH=${CRATE_ROOT}/man:${MANPATH} Environment: PATH=${CRATE_ROOT}/bin:${PATH} Executable: akt GPR Scenario: 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/jenkins/s/https/jenkins.vacs.fr/Bionic-Ada-Keystore.svg)](http://jenkins.vacs.fr/job/Bionic-Ada-Keystore/) [![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Ada-Keystore.svg)](http://jenkins.vacs.fr/job/Bionic-Ada-Keystore/) [![codecov](https://codecov.io/gh/stcarrez/ada-keystore/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-keystore) # 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 Project_File: .alire/keystoreada_tools.gpr Tag: security Tag: storage Tag: nosql Version: 1.3.3 Website: https://gitlab.com/stcarrez/ada-keystore Dependencies (direct): keystoreada^1.3.3 utilada^2.5.0 Dependencies (solution): keystoreada=1.3.3 utilada=2.5.0 Dependencies (graph): akt=1.3.3 --> keystoreada=1.3.3 (^1.3.3) akt=1.3.3 --> utilada=2.5.0 (^2.5.0) keystoreada=1.3.3 --> utilada=2.5.0 (^2.5.0) LOG: Note: Deploying akt=1.3.3... Note: Deploying utilada=2.5.0... Note: Deploying keystoreada=1.3.3... Note: Running post_fetch actions for akt=1.3.3... Note: Building akt/.alire/keystoreada_tools.gpr... Setup [mkdir] object directory for project UtilAda_Core [mkdir] library directory for project UtilAda_Core [mkdir] object directory for project UtilAda_Sys [mkdir] library directory for project UtilAda_Sys [mkdir] object directory for project KeystoreAda [mkdir] library directory for project KeystoreAda [mkdir] object directory for project KeystoreAda_Tools [mkdir] exec directory for project KeystoreAda_Tools Compile [Ada] akt-main.adb [Ada] util-systems-constants.ads [Ada] util-systems-types.ads [Ada] util-systems-os.ads [Ada] util-properties-bundles.adb [Ada] util-properties-discrete.adb [Ada] util-properties-basic.adb [Ada] util-properties.adb [Ada] util-log-appenders.adb [Ada] util-log-loggers.adb [Ada] util-log-appenders-rolling_files.adb [Ada] util-log-locations.adb [Ada] util-log-appenders-formatter.adb [Ada] util-log-appenders-files.adb [Ada] util-log-appenders-consoles.adb [Ada] util-log-appenders-factories.adb [Ada] util-log.adb [Ada] util-files-rolling.adb [Ada] util-files.adb [Ada] util-events.adb [Ada] util-events-channels.adb [Ada] util-events-timers.adb [Ada] util-dates-iso8601.adb [Ada] util-dates-formats.adb [Ada] util-dates.adb [Ada] util-dates-simple_format.adb [Ada] util-dates-rfc7231.adb [Ada] util-commands-consoles.adb [Ada] util-commands-consoles-text.adb [Ada] util-commands-drivers.adb [Ada] util-commands-parsers-gnat_parser.adb [Ada] util-commands.adb [Ada] util-commands-parsers.adb [Ada] util-beans.ads [Ada] util-beans-basic-lists.adb [Ada] util-beans-factory.adb [Ada] util-beans-objects-records.adb [Ada] util-beans-objects-hash.adb [Ada] util-beans-objects-time.adb [Ada] util-beans-objects-lists.adb [Ada] util-beans-methods.ads [Ada] util-beans-ranges.ads [Ada] util-beans-objects-vectors.adb [Ada] util-beans-objects-maps.adb [Ada] util-beans-basic-ranges.adb [Ada] util-beans-objects-datasets.adb [Ada] util-beans-lists.ads [Ada] util-beans-basic.ads [Ada] util-beans-objects-pairs.adb [Ada] util-beans-objects-iterators.adb [Ada] util-beans-objects.adb [Ada] util-beans-objects-to_access.adb [Ada] util-beans-objects-enums.adb [Ada] util-beans-lists-strings.adb [Ada] util-systems.ads [Ada] util-texts.ads [Ada] util-texts-tokenizers.adb [Ada] util-texts-builders.adb [Ada] util-texts-formats.adb [Ada] util-texts-transforms.adb [Ada] util-strings-transforms.adb [Ada] util-strings-vectors.ads [Ada] util-strings-formats.adb [Ada] util-strings-builders-transforms.ads [Ada] util-strings-sets.ads [Ada] util-strings-tokenizers.ads [Ada] util-strings-maps.ads [Ada] util-strings-builders.ads [Ada] util-strings.adb [Ada] util-listeners-lifecycles.adb [Ada] util-listeners.ads [Ada] util-listeners-observers.adb [Ada] util-concurrent-counters.adb [Ada] util-concurrent-locks.adb [Ada] util-concurrent.ads [Ada] util-concurrent-fifos.adb [Ada] util-concurrent-arrays.adb [Ada] util-concurrent-sequence_queues.adb [Ada] util-concurrent-pools.adb [Ada] util-concurrent-copies.adb [Ada] util-blobs.adb [Ada] util-locales.adb [Ada] util-refs.adb [Ada] util-stacks.adb [Ada] util-executors.adb [Ada] util-nullables.ads [Ada] util.ads [Ada] util-algorithms.ads [Ada] util-processes-os.adb [Ada] util-streams-raw.adb [Ada] util-systems-dlls.adb [Ada] util-processes-tools.adb [Ada] util-processes.adb [Ada] util-http-rest.adb [Ada] util-http.adb [Ada] util-http-headers.adb [Ada] util-mail.adb [Ada] util-http-mockups.adb [Ada] util-http-clients.adb util-http-mockups.adb:123:07: (style) subprogram body has no previous spec [Ada] util-http-tools.adb [Ada] util-http-rest-rest_get_vector.adb [Ada] util-http-mimes.adb [Ada] util-http-cookies.adb [Ada] util-http-parts.adb [Ada] util-http-clients-mockups.adb [Ada] util-encoders-sha1.adb [Ada] util-encoders-kdf-pbkdf2_hmac_sha256.ads [Ada] util-encoders-hmac.ads [Ada] util-encoders-base64.adb [Ada] util-encoders-hmac-sha1.adb [Ada] util-encoders.adb [Ada] util-encoders-sha256.adb [Ada] util-encoders-quoted_printable.adb [Ada] util-encoders-uri.adb [Ada] util-encoders-kdf.ads [Ada] util-encoders-base16.adb [Ada] util-encoders-kdf-pbkdf2.adb [Ada] util-encoders-hmac-sha256.adb [Ada] util-encoders-aes.adb [Ada] util-encoders-ecc.adb [Ada] util-measures.adb [Ada] util-streams-buffered-encoders.adb [Ada] util-streams-files.adb [Ada] util-streams-texts-wtr.ads [Ada] util-streams-sockets.adb [Ada] util-streams-base16.ads [Ada] util-streams-texts.adb [Ada] util-streams-base64.ads [Ada] util-streams-aes.adb [Ada] util-streams.adb [Ada] util-streams-buffered.adb [Ada] util-streams-texts-tr.ads [Ada] util-streams-pipes.adb [Ada] util-serialize-contexts.adb [Ada] util-serialize.ads [Ada] util-serialize-mappers.adb [Ada] util-properties-json.adb [Ada] util-serialize-io-json.adb [Ada] util-properties-form.adb [Ada] util-serialize-io-csv.adb [Ada] util-serialize-mappers-vector_mapper.adb [Ada] util-serialize-io.adb [Ada] util-serialize-tools.adb [Ada] util-serialize-mappers-record_mapper.adb [Ada] util-serialize-io-form.adb [Ada] util-beans-objects-readers.adb [Ada] keystore-logs.adb [Ada] keystore-buffers.adb [Ada] keystore-properties.adb [Ada] keystore-io-refs.adb [Ada] keystore-repository-entries.adb [Ada] keystore-keys.adb [Ada] keystore-io-files.adb [Ada] keystore-io.adb [Ada] keystore-passwords-cmds.adb [Ada] keystore-repository-workers.adb [Ada] keystore-passwords-keys.adb keystore-passwords-keys.adb:53:42: warning: writable actual for "Key" overlaps with actual for "Result" [-gnatw.i] keystore-passwords-keys.adb:53:48: warning: writable actual for "Data" overlaps with actual for "Result" [-gnatw.i] [Ada] keystore-files.adb [Ada] keystore-passwords-input.adb [Ada] keystore-passwords-gpg.adb [Ada] keystore-repository-data.adb [Ada] keystore-repository-keys.adb [Ada] keystore.adb [Ada] keystore-containers.adb [Ada] keystore-gpg.adb [Ada] keystore-random.adb keystore.ads:347:25: warning: redundant conversion, "Container" is of type "Wallet'Class" [-gnatwr] [Ada] keystore-marshallers.adb [Ada] keystore-repository.adb [Ada] keystore-io-headers.adb [Ada] keystore-passwords-unsafe.adb [Ada] keystore-passwords.adb [Ada] keystore-tools.adb [Ada] keystore-passwords-files.adb [Ada] akt.adb [Ada] akt-commands.adb [Ada] intl_none.adb [Ada] akt-commands-config.adb [Ada] akt-commands-create.adb [Ada] akt-commands-drivers.adb [Ada] akt-commands-edit.adb [Ada] akt-commands-extract.adb [Ada] akt-commands-get.adb [Ada] akt-commands-info.adb [Ada] akt-commands-list.adb [Ada] akt-commands-mount.ads [Ada] akt-commands-password.adb [Ada] akt-commands-password-add.adb [Ada] akt-commands-password-remove.adb [Ada] akt-commands-password-set.adb [Ada] akt-commands-remove.adb [Ada] akt-commands-set.adb [Ada] akt-commands-store.adb [Ada] akt-configs.adb [Ada] keystore-verifier.adb Build Libraries [gprlib] utilada_core.lexch [gprlib] utilada_base.lexch [archive] libutilada_core.a [index] libutilada_core.a [gprlib] utilada_sys.lexch [archive] libutilada_base.a [index] libutilada_base.a [gprlib] keystoreada.lexch [archive] libutilada_sys.a [index] libutilada_sys.a [archive] libkeystoreada.a [index] libkeystoreada.a Bind [gprbind] akt-main.bexch [Ada] akt-main.ali Link [link] akt-main.adb Build finished successfully in 25.54 seconds. akt=1.3.3 successfully retrieved and built. Dependencies were solved as follows: + keystoreada 1.3.3 (new) + utilada 2.5.0 (new)