Skip to content

CSysTeam/SecurityPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecurityPackage

Implementations for some security algorithms.

Requirements:

  • python3

How to use:

  • Every algorithm has 2 files:
    • The main class
    • The test class
  • You can just run the test class to run all the test cases
  • You can test only one test case by:
    • python -m unittest <file name>.<class name>.<function name>

About

Implementations for some security algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages