Slashdot Mirror


User: neophyte.rad

neophyte.rad's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Patent - Biometrics Digital Certificate on Enter The 'Stupid Patent Tricks' Contest · · Score: 1

    Biometrics Digital Certificate, A Method For Verification and Encryption

    A method of using fusion biometrics characteristics to produce a digital certificate for identity and informational verification without the need for a third party "Certificate Authority". This patent built on the now expired RSA public key cryptography technique:

    The individual identity is bound by the following: B_t, n and b where B_t is the individual biometrics template, n and b are RSA public key component.

    Generation of B_t :

    (1.0) B'_t = face + voice + age + gender (or other biometrics)
    (1.1) B_t = B'_t | MD5 (or other hash function)
    B_t has an inherit association with n and b, and is used to verify the digital identity of the person as well as the validity of n and b. Which is than use to encrypt the file to the appropriate use that the identity has been verify using the biometrics template. Since the individual user can generate her own biometrics digital certificate and bind their real identity to that certificate, there is no longer a need to a trusted CA.