Cryptography standards

PKCS 11

In cryptography, PKCS #11 is one of the Public-Key Cryptography Standards, and also refers to the programming interface to create and manipulate cryptographic tokens (a token where the secret is a cryptographic key). (Wikipedia).

Video thumbnail

Solaris 11 Verify software integrity with PKG

More videos like this online at http://www.theurbanpenguin.com Oracle Solaris 11 has made a great step forward from version 10, one of those steps is the IPS software packaging system. Many administration tasks are simplified including the ability to verify that the installed contents of a

From playlist Solaris OCA

Video thumbnail

11.3: The Pixel Array - p5.js Tutorial

This video looks at how to access the pixels of an HTML5 canvas in p5.js. 💻 Code: https://editor.p5js.org/codingtrain/sketches/A92PDk-1z 🎥 Next video: https://youtu.be/rNqaw8LT2ZU 🚂Website: https://thecodingtrain.com/ 💡Github: https://github.com/CodingTrain 💬Discord: https://discord.gg/h

From playlist 11: Video and Pixels - p5.js Tutorial

Video thumbnail

108 Matrices

Various manipulations of matrices including teh caclulation of eigenvalues and eigenvectors.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

001 Introduction

A brief introduction to Python. Where to go to download Python and what to install.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

11.8: Video Effects with Seriously.js - p5.js Tutorial

In this video I cover how to combine seriously.js with p5.js for real-time manipulation of video in the browser. I look at a Gaussian blur as well as chroma key. Seriously.js: http://seriouslyjs.org/ All examples: https://github.com/CodingTrain/Rainbow-Code/tree/master/Tutorials/P5JS/p5.

From playlist 11: Video and Pixels - p5.js Tutorial

Video thumbnail

006 Installing IPython in Linux

Here we take a quick look at installing the iPython notebook on Linux using the command line in the Terminal.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

Kernel Recipes 2017 - Modern Key Management with GPG - Werner Koch

Although GnuPG 2 has been around for nearly 15 years, the old 1.4 version was still in wide use. With Debian and others making 2.1 the default, many interesting things can now be done. In this talk he will explain the advantages of modern key algorithms, like ed25519, and why gpg relaxed s

From playlist Kernel Recipes 2017

Video thumbnail

28C3: Time is on my Side (en)

For more information visit: http://bit.ly/28C3_information To download the video visit: http://bit.ly/28C3_videos Playlist 28C3: http://bit.ly/28C3_playlist Speaker: Sebastian Schinzel Exploiting Timing Side Channel Vulnerabilities on the Web Timing side channel attacks are non-

From playlist 28C3: Behind Enemy Lines

Video thumbnail

Poisons and Venoms and Toxins, Oh My!

From daffodils to dangerous snakes, toxins are everywhere. Here's a collection of episodes about our favorite poisonous, venomous, and generally toxic organisms. Hosted by: Stefan Chin SciShow has a spinoff podcast! It's called SciShow Tangents. Check it out at http://www.scishowtangents

From playlist Uploads

Video thumbnail

Geometry - Ch. 1: Basic Concepts (22 of 49) Find the Angles

Visit http://ilectureonline.com for more math and science lectures! In this video I will find angles a=?, b=?, c=?, d=?, e=?, f=? given 4 lines intersecting a horizontal line and 4 angles of 138 degrees, 56 degrees, and 2 right angles. Next video in this series can be seen at: https://yo

From playlist GEOMETRY CH 1 BASIC CONCEPTS

Video thumbnail

Introduction to Chemical Biology 128. Lecture 18. Terpenes and Cell Signaling, Part 2

UCI Chem 128 Introduction to Chemical Biology (Winter 2013) Lec 18. Introduction to Chemical Biology -- Terpenes and Cell Signaling -- Part 2 View the complete course: http://ocw.uci.edu/courses/chem_128_introduction_to_chemical_biology.html Instructor: Gregory Weiss, Ph.D. License: Creat

From playlist Chem 128: Intro to Chem Biology

Video thumbnail

Let’s Get To Know The Pythagorean Theorem….Step-by-Step….

TabletClass Math: https://tcmathacademy.com/ Math help with the Pythagorean Theorem. For more math help to include math lessons, practice problems and math tutorials check out my full math help program at https://tcmathacademy.com/ Math Notes: Pre-Algebra Notes: https://tabletclass

From playlist GED Prep Videos

Video thumbnail

Calculus 3: Ch 2.1 Lines and Vectors in 3-D (11 of 20) Are the 2 Lines Parallel?

Visit http://ilectureonline.com for more math and science lectures! To donate: http://www.ilectureonline.com/donate https://www.patreon.com/user?u=3236071 We will, given L1 and L2 in general equation forms, determine if L1 and L2 are parallel. Next video in this series can be seen at: h

From playlist CALCULUS 3 CH 2.1 LINES AND VECTORS IN 3-D

Video thumbnail

Chemistry - Electron Structures in Atoms (40 of 40) Orbital Energy Diagram

Visit http://ilectureonline.com for more math and science lectures! In this video I will explain the orbital energy diagram.

From playlist CHEMISTRY 11 ELECTRON ORBITALS AND ATOMIC STRUCTURE

Video thumbnail

11.1: Live Video and createCapture() - p5.js Tutorial

This video covers how to incorporate live video from a camera in your p5.js sketch. p5.js code: https://github.com/CodingTrain/Rainbow-Code/tree/master/Tutorials/P5JS/p5.js_video/10.1_p5.js_createCapture Contact: https://twitter.com/shiffman Next video: https://youtu.be/oLiaUEKsRws Lea

From playlist 11: Video and Pixels - p5.js Tutorial

Video thumbnail

Kernel Recipes 2018 - TPM enabling the Crypto Ecosystem for enhanced Security - James Bottomley

For decades, all laptops have come with a TPM. Now with Microsoft forcing the transition to the next generation, Linux faces a challenge in that all the previous TPM 1.2 tools don’t work with 2.0. Having to create new tools for TPM 2.0 also provides the opportunity to integrate the TPM

From playlist Kernel Recipes 2018

Video thumbnail

0432 - Rust: rewriting game front-end using Yew

This is #432 in my series of live (Twitch) coding streams. This stream I got the admin authentication system up and running in the Rust rewrite of my game. Notebook page: https://tinyurl.com/4sfsy752 -- Watch live at https://www.twitch.tv/rhymu8354

From playlist Excalibur

Video thumbnail

8.7: The Basics of CSS - p5.js Tutorial

This video covers the very very basics of CSS. I look at how to write a selector in a style tag as well as how to use the p5 style() function. More to come! Support this channel on Patreon: https://patreon.com/codingtrain Contact: https://twitter.com/shiffman Send me your questions and

From playlist 8: HTML / CSS / DOM - p5.js Tutorial

Video thumbnail

2.2: Variables in p5.js (Define Your Own) - p5.js Tutorial

In this video, I cover how to define, initialize, and use your own variables for the purpose of animating p5.js sketches. Code: https://thecodingtrain.com/tracks/code-programming-with-p5-js/code/2-variables/2-define-variables p5.js Web Editor Sketches: 🕹️ Moving Circle: https://editor.p5j

From playlist Recent uploads

Video thumbnail

Amir Hay - DNA-PK impedes DNA demage-induced transcription of stress response genes

Organisms are continuously exposed to sublethal stresses, but how they respond to such stresses at the molecular level is still largely unknown. One known mechanism is genetic regulation of stress response proteins, such as HSP72 -which is encoded by both HSPA1A and HSPA1B ge

From playlist From Molecules and Cells to Human Health : Ideas and concepts

Related pages

Triple DES | RSA Security | PKCS | List of applications using PKCS 11 | X.509 | Certificate authority | Cryptography | Data Encryption Standard | Key Management Interoperability Protocol