Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Cryptography Is More Fun With R!

    Posted By: ELK1nG
    Cryptography Is More Fun With R!

    Cryptography Is More Fun With R!
    Last updated 11/2020
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 317.81 MB | Duration: 1h 39m

    Learn and use Public Key Cryptography with R Statistical Software

    What you'll learn
    Create Private and Public Keys
    Encrypt and Decrypt your passwords
    Securely collaborate over internet
    Store sensitive information like user account credentials in the public Version Control repositories
    Securely encrypt or decrypt information without using of locked software
    Understand pitfals and risks of Public Key Cryptography
    Using Hashing Functions - get ready for Blockchain
    Requirements
    Computer with Internet connection
    Mac or PC
    USB keys
    Description
    SUMMARYThis course is providing to you unusual but powerful way to exploit "Public Key Cryptography" in R Statistical Software. Join this course to understand how it works:Learn and practice using Cryptography to securely keep your passwords and even entire datasets*Learn entire process using Open-Source R Statistical Software and openssl libraryUse encryption without the need of paid, or free 'locked' softwareUse provided Code to easily encrypt/decrypt passwords or text within secondsManage Private, Public Key: generate them, store them as a fileAdditionally learn more use cases for encryption (subject of further course development, content may change):
    using ShinyApp to manage your keys, store, encrypt passwordsstoring credentials encrypted in GitHub and securely sharing them to collaboratorsencrypting passwords in the R-Server projects of ShinyAppsstoring Private Key on USB Stickstoring encrypted information in Google Drive accountfast encryption/decryption of passwords using batch / shell scriptshashing: be able to generate your unique password strings* encrypting of folders, files, video, etc are out of scope of this courseWHAT:The main goal of this course is to practice using open source encryption algorithms from openssl package. This knowledge will help to keep and protect our secrets without using 'locked software'. Interactively learn using free R-Studio user interface. Learn how to generate and use your own private keys, sharing common credentials using encryption and more. Entire material is available to keep experimenting further to reach your custom desired resultsWHY: Very minimum coding skills are required! There will not be any deep information or attempt to develop top secret algorithm. Yet course will give you huge advantage to practically exploit Public Key Cryptography for the day to day useYou WILL…know exactly all the steps you need to take during encryption/decryption process. create your own routine on managing passwords.not rely anymore on paid or free locked software that you don't know and have no idea what is happening behind the scenes. you don't risk to download computer virus or trojan when you are getting this softwarealso get multiple practice exercises so you will keep yourself engaged during the course.get more ideas on how to apply public key cryptography especially if you are already an R User be able to spend only few minutes to start using provided template [in case you already know R]know related risks of loosing information due to improper key management***********************************************************************************************************************DISCLAIMERAll methods are provided for training purposes. Course developed by non security expert by explaining the practical use of OpenSSL software library in R Statistical Language. There is a risk that you can loose your information in case you are not properly follow the instructions or by loosing your private key or alike. Make sure you know what you do at any time when using the material of the course and beyond. Always test your knowledge on dummy data before applying it to real data… Memory areas for your private key, secrets, or passphrase are not securely cleaned after use. Always check legal status of using cryptography in your country of residenceYou are using the material of the course at your own risk! Author of this course can not be responsible for any direct or indirect damage due to loss or leak of information

    Overview

    Section 1: Introduction

    Lecture 1 How to take full advantage of the course

    Lecture 2 Disclaimer

    Section 2: Basics on Cryptography and tools

    Lecture 3 Basic Encryption and Public Key Cryptography

    Lecture 4 Our Tools - R Statistical Software and openSSL

    Section 3: Encrypt your secrets: Step-By-Step

    Lecture 5 How to follow the course?

    Lecture 6 Generate your Private Key and store it persistently

    Lecture 7 Generate your Public Key with your Private Key

    Lecture 8 Encrypt your information using your Public Key

    Lecture 9 Decrypt your information using your Private Key

    Lecture 10 Simulate [to prevent] Disaster (Understanding Risks)

    Section 4: Case Studies - Stop Your Password Chaos!!!

    Lecture 11 Introduction to Case Studies

    Lecture 12 Exchange User Credentials

    Lecture 13 Keeping your private key on usb key Mac

    Lecture 14 Encrypt/Decript with One Click (Windows)

    Lecture 15 Encrypt/Decript with One Click (Mac)

    Lecture 16 Keep Encrypted Data in Public Version Control Repository

    Lecture 17 Keep Encrypted Data in cloud drive storage (Google/One Drive)

    Lecture 18 Encrypting passwords in your R scripts

    Lecture 19 Advanced: Measure Encryption time in R

    Lecture 20 Hashing Algorithms: Generate your unique passwords your self!

    Section 5: Hashing

    Lecture 21 Goals of this Section

    Lecture 22 Check integrity of the dataset

    Section 6: Conclusion

    Lecture 23 Summary and thank you

    Lecture 24 *BONUS*

    You wish to to keep your user accounts credentials encrypted,You are developer that need to encrypt part of your project with credentials,You don't trust to 'locked' encryption software you are using (free or paid),You want to understand more encryption process,You want to stop passwords mess!,You develop in R and want to Encrypt part of your data