Compression and Cryptography
- jacoblince8
- Apr 28, 2023
- 1 min read
I learn about compression and Cryptology this week. The completion lessons didn't really have much of anything in terms of coding assignments. Mostly it's just explaining about how completion works by condensing data down into smaller data as a reference to unpack. like taking text and compressing it into a string that can reference a bunch of letter inputted together.
Compression is also important to know for how picture can get compress and made into a smaller data file. This is called lossy compression and it can be very useful.
The other thing learned about is Cryptology which is about creating special passcodes that secure your data for yourself or another person.



I took some quizzes to make sure I get the basic concepts and then the assignment was about creating a function that cane decode a random passcode.
Everything I learned this week is pretty cool and I'm looking for ward to what I will learn next.
Comments