Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcet

The encryption algorithms reverse from 99sushe application.

Install

pip install https://github.com/realityone/libcet/zip/master

Usage

# encoding=utf-8

from libcet import cet

crypter = cet.CETCrypter('XXXXXXXX', 'XXXXXXXX')
ticket = cet.CETTicket(crypter)

print ticket.find_ticket_number('XX', 'XXX', 'XXX', cet_type=cet.CETTypes.CET6)

About

The encryption algorithms reverse from 99sushe application.

Resources

Stars

24 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages