Ticket #4 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

Update Database format to use a card hash

Reported by: pamela Assigned to: pamela
Priority: critical Milestone: PW-common v0.9
Component: Common Code Version: pwcommon-v1.0
Keywords: database, "card hash" Cc:

Description

Currently we store both the modulus and the PPID for each user -- best practices state that this is too much information.

So - we will:

- remove the modulusHash column from infocard_identities table - remove the ppid column from infocard_identities table - add a column for card hash - add a column for "start date" (this could be used to compute expiry)

Change History

08/02/07 17:40:47 changed by pamela

  • status changed from new to assigned.

08/07/07 10:22:45 changed by pamela

  • status changed from assigned to closed.
  • resolution set to fixed.

This change is in, however the actual card hash stored is likely not the industry standard (if such a thing even exists). I will add a ticket to discover what the best format is for the card hash.

Change made in pwcommon revision 111, pwwp revision 100.