Python Security & Cryptography

Saved in:
Bibliographic Details
Title: Python Security & Cryptography
Authors: Jose Ortega
Contributors: Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information: EuroPython
Publication Year: 2015
Subject Terms: EP 2015, EuroPython Conference, EuroPython 2015, Computer Science, Studienbereich Informatik, Ingenieurwissenschaften
Description: (en)Jose Ortega - Python Security & Cryptography The talk would aim to introduce cryptography and security from the developer point of view, showing ways to encrypt information with Python scripts and more sensitive information in web applications using django. I will introduce to security in python ,showing some libraries that allow encryption and decryption like PyCrypto or M2Crypto,comparing theses libraries with the cryptography module.At the same time,I will show the main ciphers and hashing algorithms used in these libraries like AES,DES,RSA and some examples illustrating each case.I wil show other techniques like steganography for hiding information in files(images,documents,programs) with some libraries like Stepic or ezPyCrypto. Finally,I will comment OWASP Python Security Project where we can find some useful practices and secure coding guidelines for detecting potential security vulnerabilities in our applications like SQL injection or Cross-site scripting.
Document Type: course material
moving image (video)
Language: English
Relation: https://av.tib.eu/media/20140
Availability: https://av.tib.eu/media/20140
Rights: https://creativecommons.org/licenses/by-nc-sa/3.0
Accession Number: edsbas.1A2D57F2
Database: BASE
Description
Abstract:(en)Jose Ortega - Python Security & Cryptography The talk would aim to introduce cryptography and security from the developer point of view, showing ways to encrypt information with Python scripts and more sensitive information in web applications using django. I will introduce to security in python ,showing some libraries that allow encryption and decryption like PyCrypto or M2Crypto,comparing theses libraries with the cryptography module.At the same time,I will show the main ciphers and hashing algorithms used in these libraries like AES,DES,RSA and some examples illustrating each case.I wil show other techniques like steganography for hiding information in files(images,documents,programs) with some libraries like Stepic or ezPyCrypto. Finally,I will comment OWASP Python Security Project where we can find some useful practices and secure coding guidelines for detecting potential security vulnerabilities in our applications like SQL injection or Cross-site scripting.