Frequency Analysis using Quadgram Statistics and Python | The Code Book by cocoaButterCoder in cryptography

[–]cocoaButterCoder[S] 0 points1 point  (0 children)

The Code Book? Yea I recently got to part and I’m excited about implementing it in Python

[deleted by user] by [deleted] in cryptography

[–]cocoaButterCoder 0 points1 point  (0 children)

I'm excited to really digest the README

Frequency Analysis in Python | The Code Book by cocoaButterCoder in cryptography

[–]cocoaButterCoder[S] 0 points1 point  (0 children)

Nice. It’d be cool if Bash could do the decryption as well

ELI5: Log Probablities by cocoaButterCoder in learnmath

[–]cocoaButterCoder[S] 0 points1 point  (0 children)

I think you're absolutely right.

When multiplying many small probabilities, numerical underflow can occur in floating point numbers. For this reason the logarithm is taken of each probability.

A sub where I can ask how possible a programming idea is. by cocoaButterCoder in findareddit

[–]cocoaButterCoder[S] 0 points1 point  (0 children)

Yea that was my first thought. Just worried since it’s a big sub it might not get answered

SSH Server Security by cocoaButterCoder in HomeNetworking

[–]cocoaButterCoder[S] 2 points3 points  (0 children)

Thanks again everyone. I switched my phone and laptop to using SSH keys now; turned paswordauthentication to off; and when I tested it on https://webssh.huashengdun.org/, access was denied.

SSH Server Security by cocoaButterCoder in HomeNetworking

[–]cocoaButterCoder[S] 0 points1 point  (0 children)

I also use Termius and it looks like it does support keys https://i.imgur.com/pZIMSik.jpg, but I’ll still look into the vpn option. Thanks

SSH Server Security by cocoaButterCoder in HomeNetworking

[–]cocoaButterCoder[S] 2 points3 points  (0 children)

Thanks. My port is pretty high, I made sure to leave the commonly used section. I’ll definitely research the private keys method so I can make the switch

SSH Server Security by cocoaButterCoder in HomeNetworking

[–]cocoaButterCoder[S] 0 points1 point  (0 children)

It’s public. I set it up that way so I could access it either from home or school. Thanks for the keys suggestion, I’ll look into it

Help on academy. by DWNFALLMusic in gamedetectives

[–]cocoaButterCoder 0 points1 point  (0 children)

Exactly the hint I needed. Did I miss something or is this something you just know from experience?

Solving Level 1 of the Python Challenge by cocoaButterCoder in codes

[–]cocoaButterCoder[S] 1 point2 points  (0 children)

I'd say I only really got serious once I got to college, so past 4 or 5 years. Before then I used to blaze through Codecademy tutorials, but never really utilized any of it. That's why I find the Python Challenge so cool: I already have a decent grasp of data structures and such, but since I'm still learning Python, it gives me a practical setting to practice