-
can please someone help me with decripting message error? it throw "Ciphertext representative out of range"
Fatal error: Uncaught OutOfRangeException: Ciphertext representative out of range in /…
-
Hi! I was reading the web crypto API spec and I found an unmatched implementation.
Under the `importKey()` method [spec](https://w3c.github.io/webcrypto/#SubtleCrypto-method-importKey):
Point 2.…
-
Hi!
I am trying to use this package, but I get this error:
> Notice: Decryption error in vendor\phpseclib\phpseclib\phpseclib\Crypt\RSA.php on line 2532
Environment:
- phpseclib 2.0.2
- PHP 5.5.11
…
-
**What kind of request is this (question/bug/enhancement/feature request):**
Bug
**Steps to reproduce (least amount of steps as possible):**
Using cert managed I create a certificate resource wit…
-
Don't use HMAC here. Instead, use in order of preference:
1. Ed25519 (via ext/libsodium)
2. [Deterministic ECDSA over seck1p256](https://tools.ietf.org/html/rfc6979#section-3)
3. RSA (via phpseclib) w…
-
Hey.
I have input, signature as base64 string and public key in DER format encoded in BASE64 without start mark, end mark, and end line mark. But when I try execute this code I get: **Error: [Inval…
-
## Introduction
Hi! I love this project idea and really appreciate the dedication to modern security standards (such as DKIM support) as well as `mail-send`'s RFC compliance. The current feature se…
-
My RSA public/private key has this format:
```
tCZiqDS5BVQQZDBUYbyeoP4rENN4mX5FZJjjMNfGbyzfzH45RY2/YsMaY0yI1jMCOpukvkUyl153tcn0LXhMCDdsEhhZPoKbPUGMniKtFGjs18rv/b5FFUUW1utgwoL8+WJqjOqhQGgvbja63X9…
-
Subject Public Key Info [RFC 5280 § 4.1.2.7] is the format of Public Keys found in Certificates Signing Requests and Certificates.
## RSA
PKCS#1 is the format used by the BitString of Subject Pu…
-
The Rust port currently uses the [RustCrypto crates](https://github.com/RustCrypto) for underlying crypto functionality. It may be useful to support alternative underlying crypto libraries, such as:
…