Project

General

Profile

Plugins Directory » Redmine password encrypter

Author: Boris Brodski
Website: https://github.com/borisbrodski/redmine_password_encrypter/blob/master/README.rdoc
Code repository: https://github.com/borisbrodski/redmine_password_encrypter
Registered on: 2020-07-01 (almost 4 years ago)
Current version: 1.0.0
Compatible with: Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x
User ratings:   (0)

Add password encryption capability to all "textarea" fields in Redmine, like wiki, ticket description, comments.

Encrypting password:

  • In any text area type “PWD-” in a single stroke (without moving cursor or using backspace)
  • The master password prompt appears. (ones per page)
  • Enter your master password
  • The password prompt appears ones more for the password to be encrypted
  • Enter password to be put in the text
  • The password starting with “PWD-” will be inserted at the cursor possition, e.g.:
    • PWD-U2FsdGVkX1/g1GVP8YXv/3lbgv7ICyB1O+tcQlRubis=

Installation notes

Just extract or git-clone the plugin into the plugins directory.

The directory structure should look like this:

  • redmine
    • plugins
      • redmine_password_encrypter
        • init.rb

No database, no dependencies.

Changelog

1.0.0 (2020-07-01)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.