-
The generatePassword function currently utilizes Math.random() to generate passwords. However, Math.random() is not a secure method for generating random numbers as it is a pseudo-random number genera…
-
Originally reported on Google Code with ID 170
```
Hi Arsen,
are there any plans to design features involving encryption (essential for deploying
UniMRCP as software-as-a-service) and implement them…
-
Hey, just want to preface with saying I don't really know how to code.
However, I have heard the word "key" used around cryptocurrency before (ie spend key, view key, etc) and this is a whole bunch…
-
### Proposal Details
`crypto/rsa.SignPSS()` and similar packages take a `crypto.Hash`, which is hard-coded to only support known-to-Go hash algorithms.
This is a total show-stopper for me, because…
-
**What happened**:
I build a Go binary using the [boringcrypto Go Experiment](https://go.dev/src/crypto/internal/boring/README), however a Syft scan showed the experiment as not being used. This ha…
-
This was previously proposed in #28427 but rejected. However, I don't think it was given proper consideration.
As mentioned in #28427, it is possible for a crypto.Signer to require remote calls to …
-
python version 3.10.14
pycrypto version 2.6.1
python youdao_translaterV3.py
> hello word!
error: SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
Hi guys, can you provide requi…
-
**Update**, Jun 27 2024: The current proposal is https://github.com/golang/go/issues/67057#issuecomment-2161221119
***
Random strings are useful as passwords, bearer tokens, and 2FA codes.
Ge…
-
FIPS204 and FIPS205 added an extra argument to the signing API named ctx:
```c
Note that there was an API change introduced in FIPS204 addings a context string:
int crypto_sign_keypair(uint8_t *p…
-
Dears
I am using node v 20.xx , "react-router-dom": "^6.21.0",
I got Oops... Crypto. Subtle is available only in secure contexts (HTTPS) when I deployed on server .
![Screenshot 2023-12-…