وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Cryptography and Cybersecurity in Mobile Devices

سرفصل های دوره

Cryptography in Native Mobile Applications, Biometric Authorization, SQLite Storage, AES Algorithm, Build Project


1 - Introduction
  • 1 - Introduction
  • 2 - Instructor Information

  • 2 - Cryptography Theory
  • 1 - Cryptography Knowledge Quiz.html
  • 3 - Cryptography Theory Introduction
  • 3 - Cryptography-Slides.pdf
  • 4 - Section Preview and Key Elements
  • 5 - Cryptography and Important Elements
  • 6 - Algorithms Classification and Block Ciphers
  • 7 - Symmetric Encryption and Algorithms
  • 8 - Public Key Cryptography Asymmetric
  • 9 - Keys Generation and Hashing

  • 3 - Advanced Encryption Standard AES Algorithm Theory
  • 2 - AES Knowledge.html
  • 10 - AES Algorithm Introduction
  • 11 - AES-Slides.pdf
  • 11 - Initial Key Elements
  • 12 - Implementation Steps of AES
  • 13 - Key Expansion Method
  • 14 - Operation Modes and ECB Mode
  • 15 - CBC Mode and Theory Completion

  • 4 - AES Algorithm Coding Implementation
  • 16 - AES Coding Implementation Introduction
  • 17 - Start of Implementation
  • 18 - Fields and Global Variables Initialization
  • 19 - Key Expansion Method Part 1
  • 20 - Key Expansion Method Part 2
  • 21 - XorWithIv and AddRoundKey Methods
  • 22 - SubBytes ShiftRows and MixColumns Methods
  • 23 - Cipher and AES Initialization
  • 24 - AES CBC Encrypt Buffer Method
  • 25 - InvSubBytes InvShiftRows and InvMixColumns Methods
  • 26 - InvCipher and AES CBC Decrypt Buffer Methods
  • 27 - Generate Hash Signatures
  • 28 - Encrypt a Total File Part 1
  • 29 - Padding Data and Functionality
  • 30 - NumberToHex Method and Encrypt a Total File Part 2
  • 31 - Decrypt a Total File Part 1
  • 32 - Decrypt a Total File Part 2

  • 5 - Starting the Project and General Overview
  • 33 - Project Creation Introduction
  • 33 - Project-Assets.zip
  • 34 - Tools and Project Overview
  • 35 - All Necessary NPM Installs
  • 36 - AppRouting and AppModule Functionality
  • 37 - Custom Font Colors and First Project Build

  • 6 - Login Page and Implementation Part 1
  • 38 - Login Page Design and App Component Actions
  • 38 - Project-Assets.zip
  • 38 - Store-Me-LOGIN-PAGE.pdf
  • 39 - Start of Appearance and Styling
  • 40 - Login Page Start of Functionality
  • 41 - Helper Service Started
  • 42 - Login Page Functionality Continued
  • 43 - Helper Service Continued
  • 44 - Login Page Appearance Continued
  • 45 - Inputs Form and Login Button
  • 46 - Completed Login Page Appearance
  • 47 - Fixing Small Issues

  • 7 - SQLite Storage Part 1
  • 48 - SQLite Introduction
  • 49 - Necessary Queries and Initializations
  • 50 - Get and Set DB Version
  • 51 - Restart DB Version Method
  • 52 - Create all Tables Methods
  • 53 - Select all Rows from Tables and Insert Data
  • 54 - Update Credentials Info Table and Use DB Service Methods in Login
  • 55 - Using all the Method from DB Service and Testing

  • 8 - Register Page Implementation
  • 56 - Page Design and Initial Actions
  • 56 - Project-Assets.zip
  • 56 - Store-Me-REGISTER-PAGE.pdf
  • 57 - Appearance and Start of Implementation
  • 58 - Form and Fields Implementation
  • 59 - Inputs and Controls Completed
  • 60 - Increased Security and Biometric Option Appearance
  • 61 - OnSubmit Method Complete Functionality
  • 62 - ContinueRegister method and Complementary Methods
  • 63 - Building the Register JSON and User Dat
  • 64 - Continue With Register and Create Custom Loader
  • 65 - Component Master Module and Complete Custom Loader
  • 66 - Finalize Register Methods
  • 67 - DoneRegister and Start Of Biometric Authorization Method
  • 68 - Biometric Authorization Method Completed
  • 69 - Testing the entire Register Page and Little Details
  • 70 - Register Page Completed and Testing

  • 9 - Login Page and Implementation Part 2
  • 71 - Autologin and Decrypt User Data
  • 72 - Autologin and Biometric Authorization
  • 73 - Autologin Functionality Completed
  • 74 - Forgot Password Functionality Part 1
  • 74 - Store-Me-PASSWORD-RESET-PAGE.pdf
  • 75 - Forgot Password Functionality Part 2
  • 76 - Forgot Password Functionality Part 3
  • 77 - Forgot Password Functionality and Store New Password
  • 78 - Forgot Password functionality Store New Password Completed
  • 79 - Forgot Password Modal Appearance
  • 80 - Forgot Password Functionality Fully Completed

  • 10 - Maintabs and Main Page Part 1
  • 81 - Main Page Design and Main Tabs Initiated
  • 81 - Store-Me-MAIN-PAGE.pdf
  • 82 - Maintabs Appearance and Functionality Part 1
  • 83 - Maintabs UI and Functionality Completed
  • 84 - Main Page Start of Implementation
  • 85 - Main Page Appearance Started
  • 86 - Mainpage Header and Search Input
  • 87 - Main Page Initializations and Functionality

  • 11 - Add New File and Data Part 1
  • 88 - Add New File Design and Introduction
  • 88 - Store-Me-ADD-NEW-FILE-PAGE.pdf
  • 89 - Add New File Page Initial Actions and Fields
  • 90 - Appearance and HTML Part 1
  • 91 - Input Data Types and Files
  • 92 - OpenTextInput Modal Method and Selected Files Appearance
  • 93 - Selected Files Action Methods
  • 94 - Files Additional Information Part 1
  • 95 - Files Additional Information Part 2 and Store File Functionality
  • 96 - Continue Store File Functionality and OpenTextInput Modal Method
  • 97 - Text Input Modal Implementation Part 1
  • 98 - Text Input Modal Implementation Part 2
  • 99 - Text Input Modal Testing and Store Functionality
  • 100 - Completed Text Input Modal and Store Functionality

  • 12 - SQLite Storage Part 2
  • 101 - SQLite Storage Completed

  • 13 - Add New File and Data Part 2
  • 102 - Update File Data to SQLite Database
  • 103 - Add New File Functionality Completed

  • 14 - Maintabs and Main Page Part 2
  • 104 - Decrypt All Files Functionality
  • 105 - Decrypt all files Testing and Appearance Started
  • 106 - Main Page Files Appearance
  • 107 - Stored Files Design and Start of Implementation
  • 108 - Stored Files Appearance Almost Completed
  • 109 - Stored Files Action Methods
  • 110 - Stored Files Appearance Completed and Testing
  • 111 - Verification Alert Method
  • 112 - Delete Stored Files Action
  • 113 - Edit File Search with Filters and Testing

  • 15 - Solving and Fixing Issues
  • 114 - Solving Issues Part 1
  • 115 - Solving Issues Part 2

  • 16 - Settings Page Implementation
  • 116 - Settings Page Design and Initial Actions
  • 116 - Store-Me-SETTINGS-PAGE.pdf
  • 117 - Initial Actions and Start of Appearance
  • 118 - Settings Page Form Methods and Appearance Continuation
  • 119 - Check Passwords Inputs and Upgraded Security
  • 120 - Details in Appearance and Testing
  • 121 - Delete All User Data Method Completed and Testing
  • 122 - Continue Store Data Method Implementation
  • 123 - Biometric Authorization Method and Continue Edit Information
  • 124 - Appearance Details and Thorough Testing
  • 125 - Delete User Profile and All User Data Method

  • 17 - Thats It Seminar Completed
  • 126 - Thats It Everyone Thank you very much
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 11875
    حجم: 11589 مگابایت
    مدت زمان: 1011 دقیقه
    تاریخ انتشار: 23 اردیبهشت 1402
    دسته بندی محصول
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید