Home  >  Article  >  Backend Development  >  A new cybersecurity/cryptography repo

A new cybersecurity/cryptography repo

WBOY
WBOYOriginal
2024-07-28 00:43:22802browse

A new cybersecurity/cryptography repo

Hey, I'm currently working on an opensource cybersecurity and cryptography repo written in python for the moment, it is on github.

This repo currently has multiple function:

  • the xor operation.
  • the tidy ECB encryption/decryption function.
  • the tidy CBC ancryption/decryption function.
  • and a cool function to have fun. And I'm currently working on the CTR function.

This repo is currently a python library, but I also want to code this repo in the C Programming Language.

The above is the detailed content of A new cybersecurity/cryptography repo. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn