Skip to content

Instantly share code, notes, and snippets.

@psihotoxic
psihotoxic / RC4_ispravno.py
Last active December 11, 2015 08:29
Primjer RC4
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Version 1.0
# AUTHOR: Ljubo Barac (ljubarac@gmail.com)
# CREDITS:
# Based on the work of Thimo Kramere <thimo.kraemer@joonis.de> and
# Per Tunedal <info@tunedal.nu>
# Availible at: http://www.joonis.de/content/RC4ARC4ARCFOURAlgorithmForPython
#
#