hanifx Module

hanifx Module

Ultimate Encoding Module for Developers

Get Started

Install Hanifx

pip install hanifx
gem install hanifx

Stats

PyPI Downloads

14700

RubyGems Downloads

13808

Usage Example


    #python
from hanifx_secure_encode import encode_text, encode_file

# Encode text
result = encode_text("Sensitive Information")
print(result)

# Encode file
encoded_file = encode_file("example.py")
print(f"Encoded file created: {encoded_file}")

    #ruby 

    require 'hanifx'
# Encode text
encoded = Hanifx.encode_text("Hello World")
puts encoded
# Encode file manually in interactive script
# See interactive_hanifx_pro.rb for full workflow
    
  

Contact