Companies Home Search Profile

Cryptography is more fun with R!

Focused View

Vladimir Zhbanko

1:35:02

5 View
  • 1 - How to take full advantage of the course.mp4
    03:40
  • 2 - Disclaimer.html
  • 1 - What is Cryptography.html
  • 3 - Basic Encryption and Public Key Cryptography.mp4
    06:42
  • 4 - Our Tools R Statistical Software and openSSL.mp4
    05:02
  • 2 - Understands the Use and Risks of Cryptography.html
  • 5 - GitHub repository for this Course.txt
  • 5 - How to follow the course.html
  • 6 - Generate your Private Key and store it persistently.mp4
    07:24
  • 6 - GitHub repository for this Lecture.txt
  • 6 - lecture6keymanagementhtml.zip
  • 7 - Generate your Public Key with your Private Key.mp4
    04:26
  • 7 - GitHub repository for this Lecture.txt
  • 7 - lecture7publickeyhtml.zip
  • 8 - Encrypt your information using your Public Key.mp4
    09:50
  • 8 - GitHub repository for this Lecture.txt
  • 8 - lecture8encryptwithpublickeyhtml.zip
  • 9 - Decrypt your information using your Private Key.mp4
    06:11
  • 9 - GitHub repository for this Lecture.txt
  • 9 - lecture9decryptwithprivatekeyhtml.zip
  • 10 - GitHub repository for this Lecture.txt
  • 10 - KeepYourSecretCheetSheet.pdf
  • 10 - Simulate to prevent Disaster Understanding Risks.mp4
    04:11
  • 10 - lecture10simulatingdisasterhtml.zip
  • 11 - Introduction to Case Studies.mp4
    00:52
  • 12 - ExchangeSecrets.zip
  • 12 - Exchange User Credentials.mp4
    01:42
  • 13 - GitHub repository for this Lecture.txt
  • 13 - Keeping your private key on usb key Mac.mp4
    03:31
  • 14 - EncryptDecript with One Click Windows.mp4
    04:04
  • 14 - GitHub repository for this Lecture.txt
  • 15 - EncryptDecript with One Click Mac.mp4
    08:07
  • 15 - Github repository for this Lecture.txt
  • 15 - lecture15fastencryptmachtml.zip
  • 16 - GitHub repository for this Lecture.txt
  • 16 - Keep Encrypted Data in Public Version Control Repository.mp4
    08:52
  • 17 - GitHub repository for this Lecture.txt
  • 17 - Keep Encrypted Data in cloud drive storage GoogleOne Drive.mp4
    07:43
  • 17 - lecture17secretgoogledrivehtml.zip
  • 18 - Encrypting passwords in your R scripts.mp4
    04:31
  • 18 - GitHub repository for this Lecture.txt
  • 18 - lecture18stopexposingpasswordincodehtml.zip
  • 19 - Advanced Measure Encryption time in R.mp4
    01:46
  • 19 - GitHub repository for this Lecture.txt
  • 19 - lecture19encryptionspeedhtml.zip
  • 20 - Code for the lecture.txt
  • 20 - Hashing Algorithms Generate your unique passwords your self.mp4
    06:28
  • 20 - Merkle Tree explanation illustrating using of Hashing for transactions.txt
  • 21 - Goals of this Section.html
  • 22 - Check integrity of the dataset.html
  • 23 - Summary and thank you.html
  • 24 - BONUS.html
  • 24 - Coupon for course Identify Problems with Artificial Intelligence.txt
  • Description


    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

    Who is this for?


  • 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
  • What You Need to Know?


  • Computer with Internet connection
  • Mac or PC
  • USB keys
  • More details


    Description


    SUMMARY

    This 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:

    1. Learn and practice using Cryptography to securely keep your passwords and even entire datasets*

    2. Learn entire process using Open-Source R Statistical Software and openssl library

    3. Use encryption without the need of paid, or free 'locked' software

    4. Use provided Code to easily encrypt/decrypt passwords or text within seconds

    5. Manage Private, Public Key: generate them, store them as a file

    6. Additionally learn more use cases for encryption (subject of further course development, content may change):

      1. using ShinyApp to manage your keys, store, encrypt passwords

      2. storing credentials encrypted in GitHub and securely sharing them to collaborators

      3. encrypting passwords in the R-Server projects of ShinyApps

      4. storing Private Key on USB Stick

      5. storing encrypted information in Google Drive account

      6. fast encryption/decryption of passwords using batch / shell scripts

      7. hashing: be able to generate your unique password strings

    * encrypting of folders, files, video, etc are out of scope of this course

    WHAT:
    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 results

    WHY: 

    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 use

    You WILL...

    1. know exactly all the steps you need to take during encryption/decryption process. 

    2. create your own routine on managing passwords.

    3. 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 software

    4. also get multiple practice exercises so you will keep yourself engaged during the course.

    5. get more ideas on how to apply public key cryptography especially if you are already an R User 

    6. be able to spend only few minutes to start using provided template [in case you already know R]

    7. know related risks of loosing information due to improper key management

    ***********************************************************************************************************************

    DISCLAIMER

    All 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 residence

    You 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

    Who this course is for:

    • 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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Vladimir Zhbanko
    Vladimir Zhbanko
    Instructor's Courses
    Hello, I am really excited that you read my little story here!I am a Chemical Engineer by education, Problem Solver by nature and Instructor by hobby. I currently work in Swiss Multinational Company as Senior Engineering Specialist in R&D. I like to learn and apply modern technology to gain value. I believe that it is very important to always learn new technologies and apply them to reduce inefficiencies by finding complex patterns or applying new methods to close gaps.In my public educational projects I would like to bring some ideas on how to apply computing power to be more productive. How to collect data in a smarter way using simple tools, how to analyze data to take a decision, and … why not to automate the decision using Artificial Intelligence? I will try to cover very practical side of technology, show how to benefit from it with concrete examples.p.s. I will try my best to provide the best possible learning experience. If it would not be the case I would be very happy to receive any constructive feedback on how can I be better.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 18
    • duration 1:35:02
    • English subtitles has
    • Release Date 2024/03/11