Does anybody know what kind of encryption this could be? [duplicate]

I am trying to decypher this encrypted text:
‡GG3¢ò÷Gv—GFW"æ6öÒöÖ—F†÷W3÷3Ó# ¦‡GG3¢òö–&"æ6òôÄãFs†×0¦‡GG3¢òö–&"æ6òóV¥¤ÓEfà ¦‡GG3¢ò÷Gv—GFW"æ6öÒ÷F†VÇVfg–vV×3÷3Ó#  ¦‡GG3¢òö–&"æ6ò÷u´Ãvµ€ ¦‡GG3¢ò÷Gv—GFW"æ… Continue reading Does anybody know what kind of encryption this could be? [duplicate]

what is the safest way to open/decrypt an encrypted gpg/pgp file in memory | gnu/linux debian?

I would like to open/decrypt an encrypted gpg/pgp file in the main memory without leaving any footprints on the file system including swap,etc.
what is the safest option on a gnu/linux debian from this selection:

tmp
tmpfs
ramdisk
ramfs

Continue reading what is the safest way to open/decrypt an encrypted gpg/pgp file in memory | gnu/linux debian?

What is Inverse equivalent (decrypt) in the AES specification examples? [migrated]

Referring to the AES specification:
https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.197.pdf
Printed pages 35-37…
The first detailed walkthrough is encryption, the second is decryption…. I don’t understand what is the third, "equi… Continue reading What is Inverse equivalent (decrypt) in the AES specification examples? [migrated]

Feedback wanted regarding my functions to Encrypt/Decrypt data using PHP (Openssl) [closed]

I am creating a web app (HTML, CSS, JavaScript, PHP & MySQL) where the users register, and only logged users can create and save personal Notes (encrypted) in a MySQL Server database I have for this.
I don’t like external libraries, et… Continue reading Feedback wanted regarding my functions to Encrypt/Decrypt data using PHP (Openssl) [closed]