Data protection api cryptography (1 Ergebnisse)

Titel
Mit der Detailsuche verfeinern

Optimieren Sie Ihre Suche

  • Bücher (1)

  • Neu (1)

bis

Benutzerdefinierte Preisspanne (EUR)

bis

  • Sprache: Englisch

    Verlag: Omniscriptum, 2026

    613221948X / 9786132219480

    • Softcover
    • Print-on-Demand

    Anbieter: AHA-BUCH GmbH, Einbeck, DeutschlandAHA-BUCH GmbH

    Verkäufer/-in mit 5 Sternen
    Verkäufer/-in kontaktieren

    Zustand: Neu

    EUR 409,54

    EUR 30,50 Versand 
    Versand von Deutschland nach USA

    Anzahl: 1 verfügbar

    Taschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Please note that the content of this book primarily consists of articlesavailable from Wikipedia or other free sources online. DPAPI (DataProtection Application Programming Interface) is a simple cryptographicapplication programming interface available as a built-in component inWindows 2000 and later versions of Microsoft Windows operating systems.In theory the Data Protection API can enable symmetric encryption of anykind of data; in practice, its primary use in the Windows operatingsystem is to perform symmetric encryption of asymmetric private keysusing a user or system secret as a significant contribution of entropy.For nearly all cryptosystems, one of the most difficult challenges is'key management' - in part, how to securely store the decryption key. Ifthe key is stored in plain text, then any user that can access the keycan access the encrypted data. If the key is to be encrypted, anotherkey is needed, and so on ad infinitum. DPAPI allows developers toencrypt keys using a symmetric key derived from the user's logonsecrets, or in the case of system encryption, using the system's domainauthentication secrets.