Field SSN

Component ID

2163587

Component name

Field SSN

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Supply with standard Drupal 7 field for manage SSN - social security number. Field can be added via GUI or programmatically to any form.

The idea of making separate module is the fact that most countries regulations require to store sensitive data in encrypted format. Having correctly configured any of recommended encryption modules you have out-of-the-box solution to save SSID, credit card numbers, etc.

By default the module is configure to handle numbers like xxx-xx-xxxx, but this can be easily configured to any number format your application need.

Modules AES and Encrypt might be used for optional encryption of the data, AES is the default.

In README.txt there is a few ideas of making the module better; you're welcome to contribute if you can.