Search Results

Search: Posts Made By: Sreehari
13,663
Posted By Sreehari
Thanks RudiC, I got the difference between...
Thanks RudiC, I got the difference between harcoded value and variable. We decided to change passphrase without dollar sign.
13,663
Posted By Sreehari
Hi, I am maintaining all keys in a file say...
Hi,

I am maintaining all keys in a file say ABC.pwdf

Contents of ABC.pwdf
================
<bank> <recipient> <signer> <passphrase>
WFB 0X12343 0x1234 abc$123
================

Reading...
13,663
Posted By Sreehari
Working code: Hardcoded passphrase pgp -es...
Working code: Hardcoded passphrase
pgp -es $SourceFile --Recipient $recipient --signer $signer --passphrase "abc$123" --output $EncryptFile


Not Working:
echo 'passphrase='$passphrase -->...
13,663
Posted By Sreehari
Dollar symbol in Shell Script Variable
Hi,

I am working on PGP encryption. I am getting public keys from some file.
One of the key has dollar sign in it "$" Example: "abc$123"

echo 'passphrase='$passphrase --> Giving correct...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy