The Experts below are selected from a list of 12 Experts worldwide ranked by ideXlab platform

Shafiya Afzal Sheikh - One of the best experts on this subject based on the ideXlab platform.

  • ICACCI - Multiple E-mail address Certificate
    2013 International Conference on Advances in Computing Communications and Informatics (ICACCI), 2013
    Co-Authors: M. Tariq Banday, Shafiya Afzal Sheikh
    Abstract:

    Digital signature Certificates are digitally signed identity Certificates issued by trusted Certification Authorities (CA's) to individuals, devices, applications, or services. E-mail Certificates (EC's) are issued primarily for the purpose of signing and encrypting e-mail messages. E-mail clients use sender's E-mail Certificate (Private Key) for signing and recipient's E-mail Certificate (Public Key) for encrypting an e-mail message. This paper proposes inclusion of multiple e-mail addresses in E-mail Certificates and puts forward modified procedure to allow e-mail clients to use a single E-mail Certificate of an individual for different e-mail addresses to sign and encrypt e-mail messages. Further, it discusses generation of multiple e-mail address Certificates and demonstrates their working using an e-mail client developed for the said purpose.

  • Multiple E-mail address Certificate
    2013 International Conference on Advances in Computing Communications and Informatics (ICACCI), 2013
    Co-Authors: Tariq M. Banday, Shafiya Afzal Sheikh
    Abstract:

    Digital signature Certificates are digitally signed identity Certificates issued by trusted Certification Authorities (CA's) to individuals, devices, applications, or services. E-mail Certificates (EC's) are issued primarily for the purpose of signing and encrypting e-mail messages. E-mail clients use sender's E-mail Certificate (Private Key) for signing and recipient's E-mail Certificate (Public Key) for encrypting an e-mail message. This paper proposes inclusion of multiple e-mail addresses in E-mail Certificates and puts forward modified procedure to allow e-mail clients to use a single E-mail Certificate of an individual for different e-mail addresses to sign and encrypt e-mail messages. Further, it discusses generation of multiple e-mail address Certificates and demonstrates their working using an e-mail client developed for the said purpose.

Tariq M. Banday - One of the best experts on this subject based on the ideXlab platform.

  • Multiple E-mail address Certificate
    2013 International Conference on Advances in Computing Communications and Informatics (ICACCI), 2013
    Co-Authors: Tariq M. Banday, Shafiya Afzal Sheikh
    Abstract:

    Digital signature Certificates are digitally signed identity Certificates issued by trusted Certification Authorities (CA's) to individuals, devices, applications, or services. E-mail Certificates (EC's) are issued primarily for the purpose of signing and encrypting e-mail messages. E-mail clients use sender's E-mail Certificate (Private Key) for signing and recipient's E-mail Certificate (Public Key) for encrypting an e-mail message. This paper proposes inclusion of multiple e-mail addresses in E-mail Certificates and puts forward modified procedure to allow e-mail clients to use a single E-mail Certificate of an individual for different e-mail addresses to sign and encrypt e-mail messages. Further, it discusses generation of multiple e-mail address Certificates and demonstrates their working using an e-mail client developed for the said purpose.

M. Tariq Banday - One of the best experts on this subject based on the ideXlab platform.

  • ICACCI - Multiple E-mail address Certificate
    2013 International Conference on Advances in Computing Communications and Informatics (ICACCI), 2013
    Co-Authors: M. Tariq Banday, Shafiya Afzal Sheikh
    Abstract:

    Digital signature Certificates are digitally signed identity Certificates issued by trusted Certification Authorities (CA's) to individuals, devices, applications, or services. E-mail Certificates (EC's) are issued primarily for the purpose of signing and encrypting e-mail messages. E-mail clients use sender's E-mail Certificate (Private Key) for signing and recipient's E-mail Certificate (Public Key) for encrypting an e-mail message. This paper proposes inclusion of multiple e-mail addresses in E-mail Certificates and puts forward modified procedure to allow e-mail clients to use a single E-mail Certificate of an individual for different e-mail addresses to sign and encrypt e-mail messages. Further, it discusses generation of multiple e-mail address Certificates and demonstrates their working using an e-mail client developed for the said purpose.

Wang Yongjing - One of the best experts on this subject based on the ideXlab platform.

  • Design of Roaming Certificate System with Trust Management
    Computer Engineering, 2020
    Co-Authors: Wang Yongjing
    Abstract:

    This paper uses roaming Certificate, Private Key server and SSL protocol, constructs a roaming Certificate system by installing a plug-in in client browser, thus it achieves the simulative security level of VPN without the complex construction and high cost of VPN and provides users with more convenient PKI services. The paper designs the roaming Certificate system, enhances the management of trust relationship and settles the increasing complex trust relationship management problems.

Dan Hyde - One of the best experts on this subject based on the ideXlab platform.

  • The KX.509 Protocol
    2001
    Co-Authors: William Doster, Marcus Watts, Dan Hyde
    Abstract:

    This document describes the KX.509 protocol. Using this protocol, a workstation can acquire a temporary (or ‘‘junk’’) X.509 Certificate on behalf of a user based on having a kerberos ticket for that user. 1. The Big Picture In normal use, running kx509 will be an invisible phase of the login process. During ‘‘login’’, the user will supply a password, which will never leave the workstation. The password is used to acquire a K4 ticket granting ticket (TGT), then scrubbed from memory. Once the TGT is acquired by ‘‘login’’, kx509 starts. First, kx509 generates a RSA public/Private Key-pair. Next, using the TGT it acquires a Kerberos service ticket for the KCA (Kerberized Certificate Authority), and uses this to send the public half of its Key-pair. The KCA will decrypt the service ticket, verify the integrity of the incoming packet, determine the identity of the user, and use the session Key to send back a short-lived X.509 Certificate. If all goes well, kx509 then stores the Certificate and Key-pair in the local Certificate cache. The full picture looks something like this: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...... . . . . . . . . WEB SERVER Application Server Kerberos Server kerberos database KDC TGS (d) (e) kca service Key kca Certificate & Private Key KCA ticket cache "LOGIN"