Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mohamoha0000/cython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

by team c4

enc.py :

It's native Cython, meaning a file is converted directly into Cython with all the functions and everything

enc2.py :

It is cython and is not converted directly. This means that before converting to cython, it is encrypted using Base64. After that, the cipher text is divided into parts to make it difficult for a hacker to decode the code. The reason for using this method is that Cyton fails to convert some times due to strange formatting of text and symbols

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages