Skip to content

neo/cs50-crack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS50 Crack

This is a possible solution to the CS50x (2018) problem Crack.

Features

This solution has two features:

  • It has only one layer of nested loop
  • It utilizes the pointer feature of C
  • The key's MAX_LENGTH could be changed at compile time

Build

make

If the build fails and you have crypt installed on your Linux, try adding -lcrypt to the LDLIBS in the Makefile to link to the library.

About

A possible solution to CS50x (2018) problem Crack 🔓

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published