Skip to content

Telmediq/j2p_django_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J2P Django Field

Description

This package uses the Jasypt2Python library to decrypt Jasypt-encrypted data (A Java encryption library that includes Bouncy Castle), and wraps this functionality into a django custom form.

This is a one-way calculation (includes the decryption functionality, but no encryption functionality).

Installation

The following code will clone the "J2P Django Field" project and install the requirements.

git clone https://github.com/TelmedIQ/j2p_django_field.git
cd j2p_django_field
pip install -r requirements.txt

Features

Current supported fields:

  • Encrypted TextField
  • Encrypted CharField

Requirements

About

Jasypt2Python decryption django field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages