Advertisement
Adm1n_0v3rride

the crypt library in python 2.7.10

Dec 20th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. # Using the crypt library in python 2.7.10
  4. import crypt
  5. crypt.crypt("egg","HX")
  6. # Am I doing something wrong ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement