All Projects → pflaeging → Portablesigner2

pflaeging / Portablesigner2

PortableSigner - A Commandline and GUI Tool to digital sign PDF files with X.509 certificates

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Portablesigner2

Ed25519 Dalek
Fast and efficient ed25519 signing and verification in Rust.
Stars: ✭ 383 (+316.3%)
Mutual labels:  cryptography, signing
Keybase Gpg Github
Step-by-step guide on how to create a GPG key on keybase.io, adding it to a local GPG setup and using it with Git and GitHub.
Stars: ✭ 2,506 (+2623.91%)
Mutual labels:  cryptography, signing
Unipdf
Golang PDF library for creating and processing PDF files (pure go)
Stars: ✭ 1,171 (+1172.83%)
Mutual labels:  pdf, signing
Endesive
en-crypt, de-crypt, si-gn, ve-rify - smime, pdf, xades and plain files in pure python
Stars: ✭ 122 (+32.61%)
Mutual labels:  pdf, cryptography
Webcrypto
W3C Web Cryptography API for Node.js
Stars: ✭ 79 (-14.13%)
Mutual labels:  cryptography, signing
Kotlin Reference Chinese
Kotlin 官方文档(参考部分)中文版
Stars: ✭ 85 (-7.61%)
Mutual labels:  pdf
Pdfmerge
Command-line utility for merging, splicing, and rotating PDF documents.
Stars: ✭ 88 (-4.35%)
Mutual labels:  pdf
Graphicsrenderer
A drop-in UIGraphicsRenderer port -- CrossPlatform, Swift 4, Image & PDF
Stars: ✭ 85 (-7.61%)
Mutual labels:  pdf
Dicom Ecg Plot
Dicom ECG Viewer and Converter. Convert to PDF, PNG, JPG, SVG, ...
Stars: ✭ 84 (-8.7%)
Mutual labels:  pdf
Dudect
dude, is my code constant time?
Stars: ✭ 91 (-1.09%)
Mutual labels:  cryptography
Py Seccure
SECCURE compatible Elliptic Curve cryptography in Python
Stars: ✭ 90 (-2.17%)
Mutual labels:  cryptography
Zcash Mini
A minimal portable Zcash z-address generator for offline / paper wallets
Stars: ✭ 87 (-5.43%)
Mutual labels:  cryptography
Pdfreport
PdfReport is a code first reporting engine, which is built on top of the iTextSharp and EPPlus libraries.
Stars: ✭ 85 (-7.61%)
Mutual labels:  pdf
Tokenscript
TokenScript schema, specs and paper
Stars: ✭ 89 (-3.26%)
Mutual labels:  cryptography
Promises Book
JavaScript Promiseの本
Stars: ✭ 1,264 (+1273.91%)
Mutual labels:  pdf
Siphash Js
A Javascript implementation of SipHash-2-4
Stars: ✭ 90 (-2.17%)
Mutual labels:  cryptography
Argon2pw
Argon2 password hashing package for go with constant time hash comparison
Stars: ✭ 85 (-7.61%)
Mutual labels:  cryptography
Simplewpfreporting
Reporting in WPF (XAML) made easy
Stars: ✭ 87 (-5.43%)
Mutual labels:  pdf
Paramikojs
port of the paramiko library from python->javascript
Stars: ✭ 89 (-3.26%)
Mutual labels:  cryptography
Grobid
A machine learning software for extracting information from scholarly documents
Stars: ✭ 1,275 (+1285.87%)
Mutual labels:  pdf

PortableSigner2

PortableSigner - A Commandline and GUI Tool to digital sign PDF files with X.509 certificates


English (german scroll down)

Start program with Java 1.5 or greater

java -jar PortableSigner

There's a minimal installer in the package PortableSigner-Generic-x.x.xxx.zip in the directory linux/.

There's a full blown installer as PortableSigner-Installer-x.x.xxx.exe.

The following additional libraries are provided and used:

For the use of Bouncycastle the Java Strong export Security must be used. (Look at http://www.bouncycastle.org/documentation.html):

" 3. If you are using JDK 1.4, or later, you must use the signed jar for the provider and you must download the unrestricted policy files for the Sun JCE if you want the provider to work properly. The policy files can be found at the same place as the JDK download. Further information on this can be found in the Sun documentation on the JCE. If you have not installed the policy files you will see something like:

java.lang.SecurityException: Unsupported keysize or algorithm parameters at javax.crypto.Cipher.init(DashoA6275) "

The new JCE Policy can be found http://java.sun.com/javase/downloads/index.jsp at the end of the page: "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy "

If you're upgrading your Java runtime, please reinstall the policies to apply the security policies again.

:peter pflaeging [email protected]

Deutsch

Das vorliegende Programm laesst sich in einer Java 1.5.0 Umgebung mit

java -jar PortableSigner.jar starten.

Es gibt minimalen Installationssupport für Linux im Paket PortableSigner-Generic-x.x.xxx.zip im Verziechnis linux/.

Es gibt einen kompletten Installer für Windows als Paket: PortableSigner-Installer-x.x.xxx.exe.

Es verwendet folgende zusaetzliche Klassenbibliotheken:

Fuer die Verwendung von Bouncycastle muss das Schema fuer Strong Export Security in der Java Runtime installiert sein (siehe auch Zitat von http://www.bouncycastle.org/documentation.html):

" 3. If you are using JDK 1.4, or later, you must use the signed jar for the provider and you must download the unrestricted policy files for the Sun JCE if you want the provider to work properly. The policy files can be found at the same place as the JDK download. Further information on this can be found in the Sun documentation on the JCE. If you have not installed the policy files you will see something like:

java.lang.SecurityException: Unsupported keysize or algorithm parameters at javax.crypto.Cipher.init(DashoA6275)

"

Die neue JCE Policy ist zu finden unter http://java.sun.com/javase/downloads/index.jsp gegen Ende der Seite als: "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy "

Sollten Sie Ihre Java Runtime updaten oder neu installieren, bitte die Policy noch einmal installieren, damit die Security Policy auch dort wirkt.

:peter pflaeging [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].