• Stars
    star
    3
  • Rank 3,888,614 (Top 79 %)
  • Language
    PHP
  • Created almost 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Save your data!

More Repositories

1

Read-Certificate-Information-From-USB-Token_PKI

PKI Token provide secure storage for digital certificates and private keys. They allow public-key cryptography and digital signatures to be leveraged securely, without risk of leaking the private key information.
Java
4
star
2

PKI-Digital-Signature-PDF-USB-Token

The Digital Signature is the result of the execution of a public key mathematical algorithm where the author uses his private key to sign the document and anyone can verify the authenticity of the document using the owner’s public key. In practice, the digital signature is part of the Public Key Infrastructure (PKI)
Java
2
star
3

AbdullahAlhussein

Config files for my GitHub profile.
1
star
4

PKI-Encryption-Decryption-PDF-USB-Token

PKI Token provide secure storage for digital certificates and private keys. They allow public-key cryptography and digital signatures to be leveraged securely, without risk of leaking the private key information.
Java
1
star
5

RSA-Algorithm

RSA (Rivest–Shamir–Adleman) is an algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of the keys can be given to anyone. The other key must be kept private. The algorithm is based on the fact that finding the factors of a large composite number is difficult: when the factors are prime numbers, the problem is called prime factorization. It is also a key pair (public and private key) generator.
Java
1
star