Data protection api cryptography (1 risultati)

Titolo
Perfeziona con la Ricerca avanzata

Perfeziona la tua ricerca

  • Libri (1)

  • Nuovo (1)

  • Con foto (1)

a

Fascia di prezzo personalizzata (EUR)

a

  • Lingua: Inglese

    Editore: Omniscriptum, 2026

    613221948X / 9786132219480

    • Brossura
    • Print on Demand

    Da: AHA-BUCH GmbH, Einbeck, GermaniaAHA-BUCH GmbH

    Venditore con 5 stelle
    Contatta il venditore

    Condizione: Nuovo

    EUR 409,54

    EUR 30,50 spedizione 
    Spedito da Germania a U.S.A.

    Quantità: 1 disponibili

    Taschenbuch. Condizione: 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.