Title: Secure Encrypted Form
Author: Daniel P.
Published: <strong>14. februar 2023</strong>
Last modified: 23. februar 2024

---

Søk gjennom innstikk

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

Dette innstikket **er ikkje testa med dei tre siste utgåvene av WordPress**. Det
kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar
av WordPress.

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

# Secure Encrypted Form

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

[Last ned](https://downloads.wordpress.org/plugin/secure-encrypted-form.1.0.1.zip)

 * [Detaljar](https://nn.wordpress.org/plugins/secure-encrypted-form/#description)
 * [Omtalar](https://nn.wordpress.org/plugins/secure-encrypted-form/#reviews)
 *  [Installasjon](https://nn.wordpress.org/plugins/secure-encrypted-form/#installation)
 * [Utvikling](https://nn.wordpress.org/plugins/secure-encrypted-form/#developers)

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

## Skildring

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’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’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/).

## Skjermbilete

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

## Installasjon

 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.

## Vanlege spm.

### 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.

## Omtalar

![](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/) 15. november 2024 2 replies

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 – sensing data](https://wordpress.org/support/topic/perfect-plugin-sensing-data/)󠁿

 [dominikaes](https://profiles.wordpress.org/dominikaes/) 27. juli 2023 1 reply

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/) 25. mars 2023 1 reply

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!

 [ Les alle 3 omtalar ](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/)

## Bidragsytarar og utviklarar

“Secure Encrypted Form” is open source software. The following people have contributed
to this plugin.

Contributors

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

“Secure Encrypted Form” er omsett til 2 språk. Takk til [omsetjarane](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form/contributors)
for bidraga deira.

[Omset “Secure Encrypted Form” til ditt eige språk.](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form)

### Interested in development?

[Les kjeldekoden](https://plugins.trac.wordpress.org/browser/secure-encrypted-form/),
sjekk [SVN-lageret](https://plugins.svn.wordpress.org/secure-encrypted-form/) eller
abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/secure-encrypted-form/)
med [RSS](https://plugins.trac.wordpress.org/log/secure-encrypted-form/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 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.

## Om

 *  Version **1.0.1**
 *  Last updated **2 år sidan**
 *  Active installations **40+**
 *  WordPress version ** 5.3 eller nyare **
 *  Tested up to **6.4.8**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/secure-encrypted-form/), [Spanish (Chile)](https://cl.wordpress.org/plugins/secure-encrypted-form/)
   og [Spanish (Spain)](https://es.wordpress.org/plugins/secure-encrypted-form/).
 *  [Omset til språket ditt](https://translate.wordpress.org/projects/wp-plugins/secure-encrypted-form)
 * Tags
 * [contact](https://nn.wordpress.org/plugins/tags/contact/)[contact form](https://nn.wordpress.org/plugins/tags/contact-form/)
   [form](https://nn.wordpress.org/plugins/tags/form/)[openpgp](https://nn.wordpress.org/plugins/tags/openpgp/)
 *  [Avansert vising](https://nn.wordpress.org/plugins/secure-encrypted-form/advanced/)

## Vurderingar

 5 out of 5 stars.

 *  [  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)

[Legg til vurderinga mi](https://wordpress.org/support/plugin/secure-encrypted-form/reviews/#new-post)

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

## Contributors

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

## Hjelp

Har du noko å seia? Treng du hjelp?

 [Sjå hjelpeforumet](https://wordpress.org/support/plugin/secure-encrypted-form/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://charrua.es/donaciones/)