Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

zocrypt

Package Overview
Dependencies
0
Maintainers
2
Issues
File Explorer

zocrypt

    1.3.25

Version published
Maintainers
2

Readme

Zocrypt

Intended mainly for use by ZeroAndOne Developers for protection of data with 6 level encryption.

Based on our project secret message encoder decoder

Installing

pip install zocrypt

Usage

>>> from zocrypt import encrypter,decrypter,key
>>> text="5 Mangoes are better than 6 Mangoes"
>>> key=key.generate()
>>> encryptedtext=encrypter.encrypt_text(text,key)
'`"V`O/i|;^a^.~k|4~k|;a|R#`k|l`V~#^#^V~Hk~V|l/a|k^"~V/O/i^;|a^.`k3'
>>> decrypter.decrypt_text(encryptedtext,key)
'5 Mangoes are better than 6 Mangoes'

Keywords

FAQs

Last updated on 29 Jun 2022

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc