Skip to content
View Ahmed-Salama96's full-sized avatar
  • Alexandria, Egypt
  • 20:15 (UTC +03:00)
Block or Report

Block or report Ahmed-Salama96

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

Pinned

  1. vigenere_cipher vigenere_cipher Public

    A python code that performs a Vigenere cipher. Do both encryption of a plain text or decryption for a cipher text. in Vigenere cipher the key used in encryption or decryption is a single word and t…

    Python 4 12

  2. Hybrid-Cipher Hybrid-Cipher Public

    A python script that performs a Hybrid cipher on plain text. it uses RSA and AES combined together. the script contains three functions.. generate(): which generate public key and private key for t…

    Python 2 1

  3. ceasar_cipher ceasar_cipher Public

    A python code that performs a ceasar cipher. Do both encryption of a plain text or decryption for a cipher text. in ceacar cipher the key used in encryption or decryption is a single character and …

    Python 1 1

  4. motive-finding-problem motive-finding-problem Public

    A class project in Bioinformatics algorithms. This program Decide whether or not the sub-string S is in the string L, and return the starting position of S in L if S is in L. this problem in the DN…

    Python 1 1

  5. process_docx process_docx Public

    read and process docx files using python

    Python