Skip to content
View AtodeKimeru's full-sized avatar
🎋
Learning is my passion.
🎋
Learning is my passion.

Highlights

  • Pro

Block or report AtodeKimeru

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AtodeKimeru/README.md

Hi there 👋, I'm Ivan Camilo

A passionate backend developer from Colombia

  • 👯 I’m looking to collaborate on python projects (or some other interesting projects)

  • 💬 Ask me about python :p

  • 📫 How to reach me [email protected]

  • ⚡ Fun fact I'm 2nd kyu in karate :D

Connect with me:

https://www.linkedin.com/in/vanCBarE/

Languages and Tools:

arduino css3 django flask git html5 java javascript linux matlab mysql python selenium bootstrap

atodekimeru

  from cryptography.fernet import Fernet


  encrypMessage = {
      "message": b"gAAAAABijgSgAsNWBIw6BGxd5S2AnQzP5CcTsh8xG6d8ioxZNZuNtYU84OuMHNJRXMbsyvJt1XtHqe0RQRp_FnljMfNx0P5LgA==",
      "key": b"-HMGS_EnbfjYiR1Y6ddeH2T2VlQ2ax2ee3ZqhlyOXAY="
  }

  fernet = Fernet(encrypMessage["key"])
  message = fernet.decrypt(encrypMessage["message"])
  decMessage = message.decode()

  print(decMessage)
  

Pinned Loading

  1. ProyectoDjango ProyectoDjango Public

    Python

  2. flask-platzi flask-platzi Public

    repository with educational reasons

    Python

  3. pytesting pytesting Public

    TDD and regression testing in python

    Python 1

  4. rest-api-simple rest-api-simple Public

    Flask project

    Python

  5. parkour3D parkour3D Public

    Python

  6. simple-neural-network simple-neural-network Public

    Python