Skip to content

encryption4all/pdf-signature

 
 

Repository files navigation

PostGuard

For full documentation, visit docs.postguard.eu.

PDF signing and signature verification utility using identity-based signatures. Extends PostGuard's identity-based cryptography to PDF document signing. The project has a Rust backend and a TypeScript/React frontend, structured similarly to Cryptify.

Development

The easiest way to get a development setup running is with Docker:

docker-compose -f docker-compose.dev.yml up

For a production-like setup:

docker-compose up

To run services manually without Docker: the backend requires a Rust toolchain, and the frontend requires Node.js. See the cryptify-back-end/ and cryptify-front-end/ directories for their respective build instructions.

Releasing

No automated releases.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 51.3%
  • HTML 21.2%
  • Rust 12.8%
  • CSS 11.7%
  • JavaScript 2.6%
  • Nix 0.3%
  • Dockerfile 0.1%