A passphrase is a sequence of words or other text used to control access to a computer system, program or data. Passphrases are often used to control both access to, and operation of, cryptographic programs and systems.
Questions tagged [passphrase]
151 questions
0
votes
0 answers
MacOS cron job can't access ssh key with passphrase in key chain while computer sleeping
This problem is occurring on a MacStudio running Monterey 12.6.
I have a ksh script that issues an ssh command to connect to a NAS server. The script runs fine from terminal command line. It runs fine in cron when the Mac is not sleeping.
If I put…

ric982
- 1
- 2
0
votes
0 answers
Read encrypted key file (BoringSLL or OpenSSL) in C++
I have an password protected key looking like
-----BEGIN ENCRYPTED PRIVATE KEY-----
...
I can use the OpenSSL command line to remove the passphrase to
-----BEGIN RSA PRIVATE KEY-----
...
I'm using GRPC and want to use a secure connection, GRPC API…

Jay Evans
- 211
- 4
- 7
0
votes
1 answer
Using phantom to import solana wallet that was created in cli
I created a Solana wallet in Linus using CLI. The laptop I used got bad and I lost all the information therein. Now, I was able to get the passphrase for the wallet, but the problem is that, I can't use Phantom wallet to import my account.
What I…

Ishmael Udomah
- 1
- 1
0
votes
0 answers
How to Convert (104/128bit) hashed key values from passphrase using java
In my cisco router setting, am trying to connect my device using wep security type.
In wep security types, hexadecimal password are…
0
votes
1 answer
Problem with gitosis and EGit
I have gitosis installed on a personal server and I've set it up so that my ubuntu machine I'm on now can access the repository from the command line just fine with
git clone gitosis@myservername:/myreponame.git
It asks me for my passphrase for my…

Lynden Shields
- 1,062
- 1
- 10
- 27
0
votes
1 answer
How to use SSL with Passphrase for PostgreSQL?
I am trying to deploy the PostgreSQL with CA Signed SSL Certificate and Keys (With passphrase).
When I try to start pgsql service, it is expecting the PEM password but it will not work in the interactive way.
Do we have any non-interactive way to…

Gineesh
- 429
- 1
- 5
- 13
0
votes
1 answer
AWS how to open a website from an EC2 instance in the private subnet
I have:
A web EC2 instance in the private subnet (connected to a NAT gateway)
A bastion EC2 instance in the public subnet (connected to the internet gateway)
I have tried many things to open the web application from a browser and have not…

joe.moss
- 1
- 3
0
votes
1 answer
Error when using passphrase to open snowsql connection
In my config file, if disable passphrase, I am able to successfully connect to snowflake.
if I enable passphrase and try below command i get below error . I create public and private key with PKCS8 format with passphrase. please…

Deepthi
- 35
- 3
0
votes
1 answer
Encrypting/Decrypting PKCS#7 files using passphrase
Is it possible to encrypt a .p7b file using a passphrase. ? I need to support the encrypted PKCS#7 files and then later use the java code to decrypt it.
0
votes
0 answers
SSH using other users key
Is it possible to create a UNIQUE key that can be used by all users to ssh to a server? I need to avoid creating a new key for each user and copying it to the server.
More in deep, I would create a key pair in a specific , then copy the…

spx305
- 109
- 2
- 11
0
votes
0 answers
Certificate passphrase - mitmproxy isn't reading it from config.yaml or from command line
Hello mitmproxy community,
I am trying to use a self signed certificate under mitmproxy. So I placed the pem file (containing the private key as well as the public key) in .mitmproxy folder and named if mitmproxy-ca.pem. By this way, when I run…

John Butler
- 51
- 4
0
votes
2 answers
PHP Curl request with CRT, PEM, PFX and Passphrase
I used below code in PHP. I searched few sites and worked this below curl function. In Postman Add Certificate (Settings->SSL Verification Settings) it is working by passing CRT,PEM,PFX and Passphrase. But when I'm going to use this in PHP code it…

J Sinha
- 135
- 3
- 10
0
votes
1 answer
ssh key authentication without passphrase: PEM_read_PrivateKey failed
I setup the key-pair authentication. I generated the private key without the passphrase. One client establishes the connection to the server without any input prompt. But other client always asks for the passphrase for the private key. Trying the…

igortche
- 115
- 1
- 8
0
votes
1 answer
how to connect aws ec2 using Xshell 6
i have stuck at Xshell6 where i am trying to connect Aws EC2 Ubuntu instance. I have upload .pem key in User key Manager, prompt new session, putted Name, Hostname, Protocol as 22. In authentication, using public key as method, username as ec2-user…

Saurabh Gupta
- 13
- 1
- 6
0
votes
1 answer
sqlserver joining on columns that were encrypted by passphrase
I have a requirement to encrypt several columns using encrypt by passphrase method. unfortunately these encrypted columns need to be used in joins to one another. and there are many views stored procs etc that I don't want to have to modify.
here…

Bryan Dellinger
- 4,724
- 7
- 33
- 79