Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The main purpose of this feature module is to let the members Media Support Squad quickly set up a fresh Drupal 7 site for Media with WYSIWYG integration. Also useful for anyone that quickly want to test and explore what the Media module has to offer.
Currently for Media 1.x branch.
Comes with two Text formats, one for CKEditor and one for TinyMCE, both configured and ready for the Media WYSIWYG integration.
A field that stores a unique Social Security or Tax ID number in a in a hashed field for security and maintains the last 4 digits for identification/display purposes.
The ssn storage module allows per field storage of validated unique social
security and tax id numbers.
Features:
Unique ssn
Basic ssn validation
Hashed ssn
Last 4 digits stored seperately for display
Use
Replace 'your_content_type' in examples below with the machine name of your
content
Add the field 'Social Security Number' to your_content_type /admin/structure/types/manage/your_content_type/fields
Select how you want your field to look: /admin/structure/types/manage/your_content_type/display
Last 4 digits (####)
Last 4 digits with hidden (***-**-####)
Security
The full social security number is hashed based on the salt in the settings.php
for drupal. If an attacker gets php eval permission or your settings.php file
is stolen along with your database it would be fairly trivial to expose hashed
social security numbers.