返回到 Encryption and Decryption using C++
学生对 Coursera 提供的 Encryption and Decryption using C++ 的评价和反馈
15 个评分
课程概述
By the end of this project, you will be able to create a basic application using Vigenere encryption-decryption technique to encrypt and decrypt messages. Throughout the project, you will be able to identify the basics of cryptography and how to encrypt and decrypt messages using a specific technique, you will be able to apply concepts like ASCII codes and type casting. Moreover, you will be able to do some mathematical operations on characters, and finally you will be ready to dive more into the cryptography world.
This guided project is for beginner programmers or any programmer who would like to enter the cryptography world. This project will be the beginning for you to build applications to encrypt and decrypt messages coming from the user using a certain technique. This project will give you the basic knowledge of cryptography and push you into the security engineering field.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
热门审阅
MR
Sep 17, 2023
It is a good project to help student in developing their Cryptography knowledge. There should be more in it regarding Symmetric and Public Key cryptography.
TL
Oct 12, 2022
Interesting project. I'd never had a use for ASCII codes until now.
筛选依据:
1 - Encryption and Decryption using C++ 的 3 个评论(共 3 个)
创建者 Maaz R
•Sep 17, 2023
It is a good project to help student in developing their Cryptography knowledge. There should be more in it regarding Symmetric and Public Key cryptography.
创建者 Taylor L
•Oct 13, 2022
Interesting project. I'd never had a use for ASCII codes until now.
创建者 Sarju P
•Nov 10, 2024
Quick to learn and understand the encryption concept.