jinwoo7 / Week-5-Project-Encryption

0 stars 0 forks source link

Project 5 - Encryption

Time spent: 6 hours spent in total

User Stories

The following required functionality is completed:

1. Symmetric Encrypt/Decrypt

2. Encrypted Message 1

3. Generate Public-Private Keys

4. Asymmetric Encrypt/Decrypt

5. Create/Verify Signature

6. Encrypted Message 2

-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyKNvqGv5ROD2h3HQLJTE U/MDNGrBMSEfIzftA4hUtsSGgngN1cpYuaQbt93rkzNbxvV11oN0laHrXMpB35Gw IZyd5pSLYJovWGeW6PAX4T2z313prdTktbiixr39exqMDuKnnBIq4qHmbHozgL6P kBHCY8DcnfR44v3cjb/G76SstVuoEsEoBDrMXgXzR/5y7iPJ+Lbia8UgT6sccGB3 FrPeXgJtaXd0lW2CQFYMOFdZeNfF5Wz/vpig5OMshFQjhydXjJmYUqFrOiK2ZUYT sz0HV3pYEuDU8u0hjS/qaguenh6L7RjVQAKWXg2/suZ3JZf1cdxayDUz5fl+Bdjt xwIDAQAB -----END PUBLIC KEY-----

Message signature: IRzgpd7Tjz4bmVPag+J6h4O6ZfF2c02UoDvncj+6lsEpLyVLDhPOxQzPuYmJ6AH3OHUxqWvdbxYXY1XTf6o2XTmLr0qmaFzHDcu/Jd4CpZTady5EcXh6S5CG/LNIv/sCQolRE+SYNpAYNEBq5IeCiicmeuH5JGEa8uZ2OmYI6/G15UgyT+QNB8xJ6Eh0fM7SxCs77M1NqFu1R/b9eJIR+PwVkp86MyPYPJRwbina+cu4nGf840mhDtpOIKXHCk1tZviyM/rcLAAliRnAbHk5IPCsDM839tTXOj7jpgLqCEcL7u3OyWuftAK/CbUQ29kK8PC0xg+VcWDO/6eqx2kynA==

7. Agent Messages

8. Identify the Double Agent

The following objectives are optional:

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

http://i.imgur.com/rDw1xuO.gif -> if the video isn't avilable

GIF created with LiceCap.

Notes

I had issues with using openssl library. To fix the issue, I went on to Control Panel -> System -> Advanced system settings -> Environment Variables, and added a following System Variable: Variable: OPENSSL_CONF VALUE : C:\wamp64\bin\apache\apache2.4.23\conf\openssl.cnf

License

Copyright [2017] [Jinwoo Yom]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

198.58.125.217