-
I have a React project that has two private repositories as dependencies. I created two SSH keys, added private keys as secrets and added public keys as deploy keys in the dependency repository.
T…
-
### Is there an existing request for feature?
- [X] I have searched the existing issues
### What feature would you like?
This ticket is a request to:
1. Upload the Session Release-Signing PGP ke…
-
Hi,
Sorry for bringing this topic up again: https://github.com/KybernetikGames/animancer/issues/362
I’m working on a project where I use custom BCK files. A BCK file represents an animation, con…
-
When connecting to a ssh server, by default, all available public keys are sent for it to choose one for authentication.
This is a problem because any server you connect to now has a list of all your…
-
Bernstein's python3 reference implementation of ed25519 is not appropriate for production purposes as it makes the python interpreter run functions for which that interpreter is not (cryptographically…
-
Sydent [returns](https://github.com/matrix-org/sydent/blob/v2.5.2/sydent/http/servlets/store_invite_servlet.py#L179-L204):
```json
{
"token": "token",
"public_key": "sydentPubKeyBase64",…
-
### Symfony version(s) affected
>6.4
### Description
The serialize and unserialize for stdClass works because of this code in the class ObjectNormalizer + method extractAttributes
```php
…
-
The following JPQL,
```
SELECT ID(THIS) FROM City WHERE (name=?1) ORDER BY population DESC
```
is used on an entity,
```
@Entity
@IdClass(CityId.class)
public class City {
@Id
publ…
-
Hi all,
I want to have my public key, but I can't. I generate the private key and I can see it. I am surprise I can't see my public key.
## Actually the help is not saying anything about my publi…
-
I'm using hiera-eyaml and wanted to dynamically set the path for the public and private key. I tried using:
```
options:
pkcs7_private_key: %{confdir}/keys/private_key.pkcs7.pem
…