Skip to content
View zeph1rus's full-sized avatar
🦖
🦖
  • United Kingdom
  • 15:56 (UTC +01:00)

Highlights

  • Pro
Block or Report

Block or report zeph1rus

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
zeph1rus/README.md

I Like Turtles

Pinned

  1. nginx-config-scaffold nginx-config-scaffold Public

    A tool to scaffold out NGINX certificates and proxy/upstream hostnames so you can test your configs in CI

    JavaScript

  2. dotfiles dotfiles Public

    My Dotfiles

    Shell

  3. skyremote skyremote Public

    Building An Accessible Sky remote with Arduino Mega

    Arduino

  4. Decrypt Octopus Sensitive Variables ... Decrypt Octopus Sensitive Variables in Python using the cryptography crypto library and the Master Key
    1
    from cryptography.hazmat.primitives.ciphers import (
    2
        Cipher, algorithms, modes
    3
    )
    4
    
                  
    5
    def octo_decrypt(master_key: str, encrypted_value: str) -> str:
  5. How to export unexportable items fro... How to export unexportable items from OSX keychains
    1
    # How to export non-exportable keychain items (certs/passwords/etc) from the OSX keychain
    2
    
                  
    3
    ![image](https://user-images.githubusercontent.com/23005709/250585250-62706092-5d05-426b-877d-f0def5c78ad7.png)
    4
    
                  
    5
    Did you accidentally import keys or passwords into your keychain as unexportable and then lost the originals and really need to grab them. 
  6. M3UCreator M3UCreator Public

    A Small Utility to create a m3u playlist from media files in a directory and its subdirectories

    F#