ECDH algorithm – Is it safe and secure to calculate shared key using sibling public/private key pair? [closed]

I have the following JavaScript code, is this safe to do?

Generate sibling public/private key pair.
Derive shared key using said key pair.

I am asking this because typically, a shared key is generated using your own private key and someo… Continue reading ECDH algorithm – Is it safe and secure to calculate shared key using sibling public/private key pair? [closed]

How to pass secret parameters to job schedulers (e.g. SLURM, airflow, kubeflow)?

This is likely a naïve question, but I’d really appreciate to receive any pointers:
Problem: Users send jobs to a scheduler system such as SLURM, airflow or kubeflow. A job is a docker container plus some input parameters. Some of these in… Continue reading How to pass secret parameters to job schedulers (e.g. SLURM, airflow, kubeflow)?

Is there a viable zero-knowledge approach for using oAuth to generate and manage private keys?

I’ve been doing a deep dive into how products like Web3Auth work under the hood and wonder if this is a viable approach to building applications where a user can have the convenience of using oAuth to generate and manage a private key. Add… Continue reading Is there a viable zero-knowledge approach for using oAuth to generate and manage private keys?

Best and safest way to store secret key used for PKA on server?

I interact with some API’s that use PKA and I’m looking for the safest / best-practice way to store my secret key. The approaches I know are for example:

Create a 0500 access directory on my server
Within that directory, store the file co… Continue reading Best and safest way to store secret key used for PKA on server?

The difference between a virtual door-lock and a public key [duplicate]

The thing that helped me to understand what is a "public key" was to parallel it with a door lock:
The door lock is public in the sense that anyone can try to unlock it and the door key is the private in the sense that generally,… Continue reading The difference between a virtual door-lock and a public key [duplicate]