Code Monkey home page Code Monkey logo

cipherclip's Introduction

CipherClip

By Daniel Toschläger, 2020

Description: A Cipher Generator for PC's. It generates a 16 character alpha-numeric cipher with special characters and writes it directly into the Windows clipboard to be pasted from there. If available /dev/urandom or it's actual equivalent in the OS is used to seed the python random functions. If urandom is not available the standard random function is used.

This script can be run within a shell (like cmd or powershell) with a file link similar to this: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -windowstyle hidden python.exe C:\SomePathPointingToThis\CipherClip.py

and icon file + source is provided.

Conventions: The password will have 16 characters. The first letter is from the latin alphabet, lower or upper case. All other digits can also contain numbers and special characters. No duplicate digits.

Dependencies:

  1. Clipboard https://pypi.org/project/clipboard/ by Terry Yin https://pypi.org/user/Terry.Yin/
  2. An interpreter (>3.8) capable of loading the OS module and optional interfacing /dev/urandom or it's OS equivalent

Disclaimer: No guarantee is provided for randomness or security for the end system or user. This script is not eligible for a production enviroment. Use at your own risk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.