Metadata-Version: 2.1
Name: ctfbe
Version: 1.0.0
Summary: A simple project to encrypt data and files. This program encrypts any type of file, whatever its size. Nothing can be decrypted without the password.
Home-page: https://github.com/yasserbdj96/ctfbe
Author: Yasser Bdj (Boudjada Yasser)
Author-email: yasser.bdj96@gmail.com
License: MIT License
Project-URL: Author WebSite, https://yasserbdj96.github.io/
Description: 
        <h1>CTFBE (codes texts files big data encrypted)</h1>
        
        <p>A simple project to encrypt data and files. This program encrypts any type of file, whatever its size. Nothing can be decrypted without the password.</p>
        
        <h2>Installation:</h2>
        
        ```
        pip install ctfbe==1.0.0
        ```
        
        <h2>Usage:</h2>
        
        ```python
        from ctfbe import ctfbe
        
        ```
        
        <h2>Examples:</h2>
        
        ```python
        from ctfbe import ctfbe
        #to encrypt:
        ctfbe("<THE_PATH_TO_THE_FILE_TO_BE_ENCRYPTED>").encode(passw="<PASSWORD>")
        #to decode:
        ctfbe("<THE_PATH_TO_THE_FILE_TO_BE_DECRYPTED>").decode(passw="<PASSWORD>",key_path="<KEY_FILE_PATH>")
        
        ```
        
        <h2>Changelog:</h2>
        
        ```
        ## 1.0.0
         - First public release.
        
        ```
        
        <h1></h1> 
           
        <p align="center">
           <a href="https://yasserbdj96.github.io" align="center"><img align="center" alt="Website" src="https://img.shields.io/badge/Website-3b5998?style=flat-square&logo=google-chrome&logoColor=white"></a>
           <a href="https://www.linkedin.com/in/yasserbdj96" align="center"><img align="center" alt="LinkedIn" src="https://img.shields.io/badge/-LinkedIn-0e76a8?style=flat-square&logo=Linkedin&logoColor=white"></a>
           <a href="https://twitter.com/yasserbdj96" align="center"><img align="center" alt="Twitter" src="https://img.shields.io/badge/-Twitter-00acee?style=flat-square&logo=Twitter&logoColor=white"></a>
           <a href="https://www.instagram.com/yasserbdj96" align="center"><img align="center" alt="Instagram" src="https://img.shields.io/badge/-Instagram-e4405f?style=flat-square&logo=Instagram&logoColor=white"></a>
           <a href="https://www.facebook.com/yasserbdj96" align="center"><img align="center" alt="Facebook" src="https://img.shields.io/badge/-Facebook-0088cc?style=flat-square&logo=facebook&logoColor=white"></a>
           <a href="https://www.youtube.com/channel/UC53dtKxc84BNPyDb51rtRPg" align="center"><img align="center" alt="Youtube" src="https://img.shields.io/badge/-Youtube-ea4335?style=flat-square&logo=youtube&logoColor=white"></a>
           <a href="https://pypi.org/user/yasserbdj96" align="center"><img align="center" alt="Pypi" src="https://img.shields.io/badge/-Pypi-efeeea?style=flat-square&logo=pypi"></a>
           <a href="mailto:yasser.bdj96@gmail.com" align="center"><img align="center" alt="Gmail" src="https://img.shields.io/badge/-yasser.bdj96@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:yasser.bdj96@gmail.com"></a>
        </p>
        
        <p align="center">
            BTC : 16mUJYXdNh9VkjN3MQawA8wvYJqL9F5CKZ
        
        </p>
        
        <p align="center">
            <a align="center" href="https://ko-fi.com/L3L34CEPV">
                <img alt="ko-fi" align="center" src="https://ko-fi.com/img/githubbutton_sm.svg">
            </a>
        </p>
        
        <p align="center">
            <a align="center" href="https://yasserbdj96.github.io">
                <img align="center" alt="yasserbdj96" height="100" src="https://raw.githubusercontent.com/yasserbdj96/yasserbdj96/main/images/yasserbdj96.png">
            </a>
            <br>
            <a align="center" href="https://github.com/yasserbdj96/" align="center">
                <img align="center" alt="" src="https://visitor-badge.laobi.icu/badge?page_id=yasserbdj96.ctfbe">
            </a>
        </p>
        
Keywords: yasserbdj96,python,CTFBE,(codes,texts,files,big,data,encrypted),A,simple,project,to,encrypt,data,and,files.,This,program,encrypts,any,type,of,file,,whatever,its,size.,Nothing,can,be,decrypted,without,the,password.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Email
Requires-Python: >=3.x.x
Description-Content-Type: text/markdown
