Private Number

Private Number is a Drupal module that extends CCK for numbers which should be kept private, such as government-issued identification or account numbers. The module enables two of the industry standard best practices for handling confidential data: masking the number when viewed by users without view private number access permissions and encrypting the number with a md5 block cipher in 128 bit CFB mode when stored.

View demo | Comment on demo