Some Notes on SEO (search engine optimization)

Change the content to use keywords. Make the Title of the Web Site pages use keywords no more than 70 characters. Meta Description no more than 150 characters No more than 100 Unique links per page Page should not exceed 150 kbs Use <h1> Tags referencing keywords in Meta Use...
Read more

Can IT Tutorial Decrypting in Python

Decrypting the Data in Python is pretty straightforward here is an example of decrypting encrypted data. your_key = "ABCDEFGHIJKLMNOP" def decrypt_my_message(msg): iv = "1234567812345678" key = your_key if len(key) not in (16, 24, 32): raise ValueError("Key must be 16, 24, or 32 bytes") if (len(msg) % 16) != 0: raise...
Read more

Can IT Tutorial Encrypting in Python

Ok so in this tutorial I will demonstrate AES Encryption in Python What is AES and how is it used? The AES protocol is a set of three block ciphers selected by the National Institute of Standards and Technology (NIST) in 2000 after a three-year competition. NIST is a federal...
Read more

Can IT releases (Pepper Creek Pizza)

Pepper Creek Pizza a pizza pasta company on the Sunshine Coast of BC Canada, we developed this site using wordpress. A custom theme was introduced and they were very happy with the outcome of there web site. www.peppercreek.ca...
Read more