Skip to content
View Ksisu's full-sized avatar
Block or Report

Block or report Ksisu

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 Loading

  1. TeamWanari/tutelar TeamWanari/tutelar Public

    A micro-service for authentication.

    Scala 9 8

  2. Simple cryptor with AES GCM Simple cryptor with AES GCM
    1
    import java.security.SecureRandom
    2
    import java.util.Base64
    3
    
                  
    4
    import javax.crypto.spec.{GCMParameterSpec, SecretKeySpec}
    5
    import javax.crypto.{Cipher, KeyGenerator, SecretKey}
  3. xchng-calendar-to-zulip xchng-calendar-to-zulip Public archive

    Send Exchange Calendar events to Zulip

    Python