<html style="direction: ltr;">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body bidimailui-charset-is-forced="true" style="direction: ltr;">
<p>What am I doing wrong:</p>
<p><br>
</p>
<p>ayoub@vboxpwfl:~/testdir$ ls<br>
textfile<br>
ayoub@vboxpwfl:~/testdir$ gpg -r develop1 -o textfile.gpg -e
textfile<br>
ayoub@vboxpwfl:~/testdir$ ls<br>
textfile textfile.gpg<br>
ayoub@vboxpwfl:~/testdir$ gpg -u develop1 -o textfile.dcr -d
textfile.gpg<br>
gpg: encrypted with 256-bit ECDH key, ID 367BD2210D4E904D, created
2020-07-09<br>
"develop1"<br>
gpg: public key decryption failed: End of file<br>
gpg: decryption failed: No secret key<br>
ayoub@vboxpwfl:~/testdir$ gpg --list-keys<br>
/home/ayoub/.gnupg/pubring.kbx<br>
------------------------------<br>
pub ed25519 2020-07-09 [SC] [expires: 2020-07-19]<br>
3C5B212A55B966881E2D2718A45398B520BEE91E<br>
uid [ultimate] sentry<br>
sub cv25519 2020-07-09 [E] [expires: 2020-07-19]<br>
<br>
pub ed25519 2020-07-09 [SC] [expires: 2021-07-09]<br>
7A675D7F52BC905C22F8249091556BC29D4C595E<br>
uid [ultimate] develop1<br>
sub cv25519 2020-07-09 [E] [expires: 2021-07-09]<br>
<br>
ayoub@vboxpwfl:~/testdir$ gpg --list-secret-keys<br>
/home/ayoub/.gnupg/pubring.kbx<br>
------------------------------<br>
sec ed25519 2020-07-09 [SC] [expires: 2020-07-19]<br>
3C5B212A55B966881E2D2718A45398B520BEE91E<br>
uid [ultimate] sentry<br>
ssb cv25519 2020-07-09 [E] [expires: 2020-07-19]<br>
<br>
sec ed25519 2020-07-09 [SC] [expires: 2021-07-09]<br>
7A675D7F52BC905C22F8249091556BC29D4C595E<br>
uid [ultimate] develop1<br>
ssb cv25519 2020-07-09 [E] [expires: 2021-07-09]<br>
<br>
ayoub@vboxpwfl:~/testdir$ <br>
<br>
</p>
</body>
</html>