Title: Secure Encrypted Form
Author: Daniel P.
Published: <strong>Èrèlé  14, 2023</strong>
Last modified: Èrèlé  23, 2024

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/secure-encrypted-form/assets/banner-772x250.jpg?rev=2865133)

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://ps.w.org/secure-encrypted-form/assets/icon-256x256.png?rev=2865133)

# Secure Encrypted Form

 Láti ọwọ́ [Daniel P.](https://profiles.wordpress.org/danidub/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/secure-encrypted-form.1.0.1.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/secure-encrypted-form/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/secure-encrypted-form/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/secure-encrypted-form/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/secure-encrypted-form/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/secure-encrypted-form/)

## Àpèjúwe

This plugin allows you to insert a _“secure form”_ into your website through a simple
shortocde. It is usefull when you need to **receive sensitive data of any kind, 
establishing a _“safe channel”_**.
 The data is sent encrypted with your PGP public
key.

#### Usage

Just fill in some plugin options:

 * The destination email (your email)
 * Your PGP public key in ASCII armored version

Hint: to see your private key you can enter your computer console and run two commands,
one to list and one to export (must have GnuPG):

    ```
    gpg --list-keys
    gpg --armor --export username@email
    ```

Remember your public key needs to be exported in ASCII armored version, this means
that will be surrounded with:

    ```
    -----BEGIN PGP PUBLIC KEY BLOCK-----

    your-long-key-string-will-be-here

    -----END PGP PUBLIC KEY BLOCK-----
    ```

Once the shortcode is placed into a page or post, it will render a form with the
following fields:

 * Message
 * Subject
 * Name
 * Email

#### How it works

The _message_ field will be encrypted with your **PGP public key** and sent as an
attachment in **ASCII** format to the destination email you have configured.

When creating the plugin logic I have made sure that the _message_ field **is never
sent to the web server**, the data is previously encrypted (on the fly) using _OpenPGP.
js_ library in the user who is browsing the website.

You will only be able to decrypt the content of the attached file if you have the
PGP private key belonging to the public key with which the message was encrypted.

_Remember that the purpose of the plugin is only to display a form on your website
and encrypt the information that is sent through the “message” field. This plugin
does not take care of decrypting the attached file, this task is left to each user
in the way they want._

#### Some usage examples

 * Receive secret messages
 * Receiving passwords from clients or friends
 * Reception of sensitive information

#### Requirements

In order to use this plugin you need to have or create a **PGP key pair**. If you
donÌtumọ̀ Yorùbá: ’t have your key pair generated you can browse the internet on
how to generate it.
 There are many ways to generate the key, each have a different
impact on security.

#### TIP on generating PGP key pair

One of the best ways of generating your PGP key pair is using a computer witout 
Internet connection and using [Tails OS](https://tails.boum.org).

#### Recommended software

 * [GNU Privacy Guard (Linux, OS X, Windows)](https://gnupg.org)
 * [GPG Suite (OS X)](https://gpgtools.org)
 * [Gpg4win (Windows)](https://www.gpg4win.org/)

#### Support

When you cannot find the answer to your question on the FAQ section, check the [support forum](https://wordpress.org/support/plugin/secure-encrypted-form/)
on WordPress.org. If you cannot locate any topics that solve to your particular 
issue, post a new topic for it.
 Remember this support is offered for free and can
take some hours/days to answer and solve your issues.

#### Secure Contact Form needs your support

It is hard to continue development and support for this free plugin without contributions
from users like you. **If you enjoy using Secure Contact Form and find it useful,
please consider [making a donation](https://charrua.es/donaciones/)**. Your donation
will help encourage and support the pluginÌtumọ̀ Yorùbá: ’s continued development
and better user support.

#### Privacy notices

With the default configuration, this plugin, in itself, does not:

 * Track users by stealth
 * Write any user personal data to the database
 * Send any data to external servers
 * Use cookies

#### Translations

Actually the plugin ships in English and is translated to Spanish.
 You can contribute
and [translate this plugin to your own language](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form/).

## Àwọn àwòrán ìbòjú

 * [[
 * Plugin options
 * [[
 * Plugin debug log
 * [[
 * Inserting through shortcode
 * [[
 * Form rendered

## Ìgbéwọlẹ̀

 1. Upload the entire `secure-encrypted-form` folder to the `/wp-content/plugins/` 
    directory.
 2. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).

You will find **Secure Encrypted Form** menu in your WordPress admin screen.

## FAQ

### How to prevent and filter SPAM?

You can use some service like Google Recaptcha v3 for now. More comming soon.

### My server is not sending emails

Your server may be restricted or disabled to send emails. In that case you can use
a SMTP plugin to send authenticated emails as [WP Mail SMTP](https://es.wordpress.org/plugins/wp-mail-smtp/).
Always remember to check your SPAM folder.

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/ccfb0d642cbc5766b74676ae1587e7d1d0b6503b4f6c7fd03b9a0cd40d6a7919?
s=60&d=retro&r=g)

### 󠀁[Works well + One suggestion 😉](https://wordpress.org/support/topic/works-well-one-suggestion/)󠁿

 [BlogLogistics](https://profiles.wordpress.org/ac2a/) Bélú 15, 2024 2 àwọn ìdáhùn

Works exactly as described, and works well on WordPress 6.7! One improvement would
be adding a feature to enable Cloudflare Turnstile as a private captcha option to
avoid bot submissions. Can anyone provide input for this?

![](https://secure.gravatar.com/avatar/7ab5ffe69d7e122adaa93c534ee0843270d21e181e989985df19e2f6a0a88625?
s=60&d=retro&r=g)

### 󠀁[Perfect plugin Ìtumọ̀ Yorùbá: – sensing data](https://wordpress.org/support/topic/perfect-plugin-sensing-data/)󠁿

 [dominikaes](https://profiles.wordpress.org/dominikaes/) Agẹmọ 27, 2023 1 ìdáhùn

The perfect plugin for sending data, including sensitive data that needs to be secured.

![](https://secure.gravatar.com/avatar/b779b9c8ece6f17237ea1f33eb7902e1ce0b100af1a7baa0f91204007a8f2e1a?
s=60&d=retro&r=g)

### 󠀁[Excelent for privacy protect](https://wordpress.org/support/topic/excelent-for-privacy-protect/)󠁿

 [David Viña](https://profiles.wordpress.org/soivigol/) Ẹrẹ́nà 25, 2023 1 ìdáhùn

This plugin is an excellent tool to protect messages that contain passwords, banks
data and other sensible information. It is an ideal plugin to share data between
partners or collaborators.It is a great step to protect our privacy!

 [ Ka gbogbo àwọn àgbéyẹ̀wò 3 ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“Secure Encrypted Form” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti
ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Daniel P. ](https://profiles.wordpress.org/danidub/)

A ti túmọ̀ “Secure Encrypted Form” sí àwọn èdè agbègbè 2. Ọpẹ́lọpẹ́ fún [àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “Secure Encrypted Form” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/secure-encrypted-form/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/secure-encrypted-form/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/secure-encrypted-form/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/secure-encrypted-form/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.1

 * Fixed donation links.
 * Added logs link on admin.
 * Added ‘from’ and ‘to’ parameters on logs.
 * Added detection for PHP mail() function.
 * Updated feedback messages.
 * Fixed initialization of plugin options, thanks to @nilovelez for commenting the
   problem.
 * Fixed options leading spaces on inputs.
 * Added loading status icon.

#### 1.0.0

 * Initial launch.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.1**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **40+**
 *  Ẹ̀yà WordPress ** 5.3 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.4.8**
 *  Àwọn èdè
 * [English (US)](https://wordpress.org/plugins/secure-encrypted-form/), [Spanish (Chile)](https://cl.wordpress.org/plugins/secure-encrypted-form/),
   àti [Spanish (Spain)](https://es.wordpress.org/plugins/secure-encrypted-form/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form)
 * Àwọn àmì
 * [contact](https://yor.wordpress.org/plugins/tags/contact/)[contact form](https://yor.wordpress.org/plugins/tags/contact-form/)
   [form](https://yor.wordpress.org/plugins/tags/form/)[openpgp](https://yor.wordpress.org/plugins/tags/openpgp/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/secure-encrypted-form/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/)

## Àwọn Olùkópa

 *   [ Daniel P. ](https://profiles.wordpress.org/danidub/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/secure-encrypted-form/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://charrua.es/donaciones/)