Yen

Results 6 comments of Yen

@brentvvosselen I am receiving the same verification failure as @mikehouse under the exact same scenario. Also not a cryptographer--at all--but is it related to the set salt value applied on...

> Small update here from my side. We were able to resolve the issue by building against Swift 5 as we were still building against Swift 4. We updated our...

Hi @shadinua, I have the exact same issue bug report as @albertbuchard. Am I using the wrong base image? Thank you so much for your help. **Describe the bug** Docker...

```docker FROM public.ecr.aws/lambda/python:3.10 # Copy requirements.txt COPY requirements.txt ${LAMBDA_TASK_ROOT} # Copy function code COPY lambda_function.py ${LAMBDA_TASK_ROOT} RUN yum update -y # RUN yum install -y httpd RUN rpm --import https://pkgs-ce.cossacklabs.com/gpg...

Thanks for the response--and thanks for working on this lib. Yes, the base image was the key. By pivoting into the base image that you mentioned I finally got it,...