We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Usable Cryptography with José

Formale Metadaten

Titel
Usable Cryptography with José
Untertitel
C and command-line JSON Object Signing and Encryption
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Increased uses of cryptography in web environments, particularlyauthentication, have driven a set of new RFCs: JSON Object Signing andEncryption. While these standard data formats have dominated web-basedapplications, they also have further applicability in a wide variety of non-web contexts. This talk will introduce you to José, a plug-able, open source Cimplementation of these RFCs which provides both an API for direct integrationand a usable command-line interface. We will discuss the techniques that weused to keep our API usable across all the possible input parameters and showexample of how you can implement José in your own infrastructure. We will alsodiscuss some of our plans for the future, including how you can helpcontribute.