A tool used to encrypt Python scripts version < 2.7 and version < 3.9

Related tags

Cryptographyc-python
Overview

Logo

C-Python

Sebuah tool untuk mengenkripsi script Python. C-Python merupakan singkatan dari Compile Python.

Penginstallan

Berikut adalah cara penginstallannya!

Via Termux

Sebelumnya, kalian instal terlebih dahulu beberapa packagenya!

  • pkg update && pkg upgrade
  • pkg install git python python2 bash curl wget -y
  • git clone https://github.com/FajarKim/c-python
  • cd c-python/tools
  • ./install.sh atau bash install.sh atau sh install.sh

Manual

Sebelumnya, kalian harus instal dahulu packagenya!

  • apt update && pkg upgrade
  • apt install git wget curl fetch -y

Setelah selesai, kalian tinggal ketikkan:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/FajarKim/c-python/master/tools/install.sh)"

atau:

sh -c "$(wget -qO- https://raw.githubusercontent.com/FajarKim/c-python/master/tools/install.sh)"

atau:

sh -c "$(fetch -o - https://raw.githubusercontent.com/FajarKim/c-python/master/tools/install.sh)"

Kalian pun bisa menggunakan package bash

Tangkapan Layar

Tangkapan layar tools!

Cpy

Tangkapan layar 1

Cpy2

Tangkapan layar 2

Deskripsi

Sedikit deskripsi mengenai tools ini :)

Deskripsi Cpy

Tool ini adalah tool untuk mengenkripsi script semua versi Python. Baik itu versi 2 maupun versi 3. About

Menu enkripsi:

  1. Enc. Base64
  2. Enc. Base32
  3. Enc. Base16
  4. Enc. Hex

Deskripsi Cpy2

Tool ini adalah tool khusus untuk mengenkripsi script Python versi 2.7 ke bawah. Jadi, untuk python versi 3.9 kebawah tidak bisa menggunakan tool ini! About

Menu enkripsi:

  1. Enc. Zlib
  2. Enc. Marshal
  3. Enc. BZip2
  4. Enc. Zip
  5. Enc. Quopri
  6. Enc. PYC
  7. Enc. UU

Kontak

Jika kalian ada pertanyaan atau mengalami permasalahan dengan tool ini, bisa hubungi kontak dibawah!

Jangan lupa difollow ya :)!

Catatan

  • Tool ini gratis, alias tidak diperjualbelikan.
  • Jika ada yang menjual tool seperti ini, harap lapor admin.
  • Tool ini sengaja dienskripsi, agar tidak ada orang lain yang merecode tool ini!

Terima kasih

Terima kasih sudah ingin menggunakan tool ini! :)

You might also like...
Kyrie Eleison - The best and unique way to encrypt some data or a file safely
Kyrie Eleison - The best and unique way to encrypt some data or a file safely

Encrypt your important data and files easily and safely with Kyrie Eleison.

This program can encrypt and decrypt your files so that they can no longer be identified.
This program can encrypt and decrypt your files so that they can no longer be identified.

File_Cryptographer Table of Contents: About the Program Features Requirements Preview Credits Reach Me See Also About the Program: with this program,

Small utility to encrypt and decrypt messages

Safe Safe is a small utility to encrypt and decrypt messages using a pair of public and private keys. Installation You need to have GPG installed in y

Enchpyter, is able to encrypt and decrypt words as you determine, of course, according to the alphabet.

Enchpyter is a program do encrypt and decrypt any word you want (just letters). You enter how many letters jumps and write the word, so, the program encrypt for you in seconds.

Hide secret texts inside an image, optionally encrypt them with a password using AES-256.
Hide secret texts inside an image, optionally encrypt them with a password using AES-256.

Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.

A really, really bad way to encrypt your text

deoxyencryptingnucleicacids A really, really bad way to encrypt your text. A general description of the scheme Encoding: The ascii plaintext is first

Vaulty - Encrypt/Decrypt with ChaCha20-Poly1305

Vaulty Encrypt/Decrypt with ChaCha20-Poly1305 Vaulty is an extremely lightweight encryption/decryption tool which uses ChaCha20-Poly1305 to provide 25

An extreme encryption for everyone, encrypt your text before sending to anyone.

An extreme encryption for everyone, encrypt your text before sending to anyone. Alphabets and numbers are going to be encrypted like a hell

This program can encrypt/ decrypt any string

Ceasar_cipher Hey this is J0ey, this program is a very basic Caesar cipher encoder/decoder. In order to use this program, you will need to have Python

Releases(v1.0)
Owner
Fajar Kim
Jadilah seseorang yang ketika kamu lahir, semua tertawa dan hanya kamu yang menangis. Lalu ketika kamu wafat, semua orang menangis dan kamu tersenyum.
Fajar Kim
Simple encryption-at-rest with key rotation support for Python.

keyring Simple encryption-at-rest with key rotation support for Python. N.B.: keyring is not for encrypting passwords--for that, you should use someth

Dann Luciano 1 Dec 23, 2021
Bridge between L1 (Ethereum) and L2 (cheapETH)

The ETH chain and the cheapETH chain. We can assume the ETH chain has ~1000x more value than the cheapETH chain.

107 Oct 12, 2022
G-Research-Crypto-Competition - Project for passing the ML exam. Dataset took from the competition on the kaggle

G-Research-Crypto-Competition Project for passing the ML exam. Dataset took from

5 Jan 09, 2022
Solutions to all 6 programming assignments in Dan Boneh's course Cryptography I, in statically typed Python.

Solutions to Cryptography I programming exercises Dan Boneh from Stanford University has an excellent online course on cryptography, hosted on Courser

Axel Lindeberg 8 Dec 16, 2022
Stenography encryption script

ImageCrypt Project description Installation Usage Project description Project AlexGyver on Python by TheK4n Design by Пашушка Byte packing in decimal

Kan 5 Dec 14, 2022
This program can encrypt/ decrypt any string

Ceasar_cipher Hey this is J0ey, this program is a very basic Caesar cipher encoder/decoder. In order to use this program, you will need to have Python

1 Jan 11, 2022
smartpassgen - A cross-platform package of modules for generating, secure storage and recovery of complex, cryptographic, smart passwords on the fly.

smartpassgen - A cross-platform package of modules for generating, secure storage and recovery of complex, cryptographic, smart passwords on the fly.

4 Sep 04, 2021
Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters.

modeval Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters. Basic U

2 Jan 01, 2022
Secure open-source password manager.

aes256_passwd_store This script securely encrypts or decrypts passwords on disk within a custom database file. It also features functionality to retri

14 Nov 15, 2022
Audit of classmate's smart contract in blockchain seminar

Solidity-contract-audit Audit of classmate's smart contract in blockchain seminar Assignment: The task was to create a complete audit, including unit

smrza 0 Feb 04, 2022
Blockchain Python Implementation

Blockchain Python Implementation

0918nobita 2 Nov 21, 2021
Bitcoin Clipper malware made in Python.

a BTC Clipper or a "Bitcoin Clipper" is a type of malware designed to target cryptocurrency transactions.

Nightfall 96 Dec 30, 2022
基于python的一款 加解密工具

基于python的一款 加解密工具 加密: SHA序列: sha1 , sha2 , sha224 , sha256 , sha384 , sha512 , sha512-256 , sha3-224 , sha3-256 , sha3-384 , sha3-512 MD序列: md4 , md5

3 May 05, 2022
Python Dash app that tracks whale activity in cryptocurrency markets.

Introduction Welcome! This is a Python-based Dash app meant to track whale activity in buy / sell walls on crypto-currency exchanges (presently just o

Paul Jeffries 549 Dec 25, 2022
A lightweight encryption library in python.

XCrypt About This was initially a project to prove that I could make a strong encryption but I decided to publish it so that the internet peoples coul

Anonymous 8 Sep 10, 2022
A Python implementation of CWT/COSE.

Python CWT - A Python implementation of CWT/COSE Python CWT is a CBOR Web Token (CWT) and CBOR Object Signing and Encryption (COSE) implementation com

Ajitomi Daisuke 13 Dec 14, 2022
Random Password Generator With Python

Random_Password_Generator example output length

Mahdi Rostami Pooya 2 Dec 22, 2021
Recover bitcon brainwallet

Bitcoin brainwallet recovery tool If you like it give it a star Programmed in Python | PySimpleGUI How it works From seed phrase create bitcoin privat

Adrijan 20 Dec 15, 2022
Signarly is a cryptocurrency trading bot.

Signarly is a cryptocurrency trading bot.

Zakaria EL Mesaoudi 5 Oct 06, 2022
Connects to an active BitCoin Peer and communicates in order to locate a specific block number (height)

BitCoin-Peer-Client Connects to an active BitCoin Peer, and locates a predetermined block number (height) by downloading block headers. Once required

Henry Song 1 Jan 16, 2022