SkillAgentSearch skills...

Talks

wolfcrypt: wrapping secrets with Python

Install / Use

/learn @moisesguimaraes/Talks
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

wolfcrypt: wrapping secrets with Python

The ancient art of keeping secrets safe is nowadays one of the pillars of the internet. e-commerce, online banking, video conferences and a lot of other things are protected by encryption to become viable. Becoming fluent in basic cryptographic operations is a precious tool for any software developer.

wolfcrypt is a Python library that encapsulates wolfSSL’s wolfCrypt API. wolfCrypt is a lightweight, portable, C-language-based crypto library targeted at IoT, embedded, and RTOS environments primarily because of its size, speed, and feature set. It works seamlessly in desktop, enterprise, and cloud environments as well. It is the crypto engine behind wolfSSl’s embedded ssl library.

In this presentation, I will talk about classic and modern cryptography concepts a.k.a. cryptography 101 and use the wolfcrypt python module to put those concepts in practice to keep information safe.


wolfcrypt: embalando segredos com Python

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks1

Languages

SCSS

Security Score

55/100

Audited on Oct 12, 2022

No findings