Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

secupy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secupy

Advanced encryption protecting your python codebase.

  • 1.2.2
  • PyPI
  • Socket score

Maintainers
1

Secupy!

We protect your Python source code and your business. High End Encryption for your Python Source Code. Secupy is the most efficiente and cost effective solution to protect your Intellectual Property. The decryption process takes place during module import, with no impact on the performance of the running application. It works on any platform, with any framework or code.

Quick Start

First of all you need an account. Registre to obtain an api token.

Warning Without the registration you can only encrypt one file that will last 24 hours.

Note With the registration, you can obtain a free token to build a daily valid software or production token with no limit for our builded software. An api token is a 40 character lenght string.

Install secupy from pip:

$ pip install secupy

Activate your host secupy activate --token <api token>

$ secupy activate --token X123456789Y123456789Z123456789K123456789

Build you software secupy build -s <source code directory> -d <destination directory>

$ secupy build -s . -d ./build 

And finally run it assuming we call a module called entrypoint in the build directory:

$ cd build
$ secupy -m entrypoint

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc