Giter VIP home page Giter VIP logo

Comments (3)

fpietrosanti avatar fpietrosanti commented on June 26, 2024

Please notes that to implement this feature it will be required to:

  • download gpg binaries for the right platform within the apaf build system

from apaf.

vecna avatar vecna commented on June 26, 2024

import public key and handle private one, can be done also in a separated keyring, in example, a fixed name like "apaf-pubring" or "apaf-secring" (if not configured differently), but can't be out of scope handling keys.

maybe important, during the implementation, take a look of all the not documented --long-options present in gnupg code, because they export a lot of low level controls.

need to be remember that keyserver query has to be performed with the long ID (64bit almost, or the entire fingerprint), instead of the 32bit ID.

Apaf by the way, export "high level function" being a framework. The coolest thing I see, having GPG embedded on it, can be the export at applicative layer of the web of trust (http://en.wikipedia.org/wiki/Web_of_trust), usually checked my hand command or by visual tools like: http://pgp.cs.uu.nl/doc/faq.html

permitting to the application in select trustwhorty peer using the WOT logic, can be a safe base to develop applications that can't relay on a trusted authority.

from apaf.

vecna avatar vecna commented on June 26, 2024

I get it, maybe I've gone out of scope, initially the keys is expected are managed by the application instead of the framework, and the keyring used can be just a temporary keyring.

this link the requirement to another (optional) issue: supports for different OSs ramdisks, where APAF can store temporary files ?

from apaf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.