GithubHelp home page GithubHelp logo

gcauth's Introduction

Hi 👋, I'm Muhammad Eko Prasetyo

exzork

Past Projects

  • Online E-Voting System for informatics department at my univ using CodeIgniter 4 URL:Replica EvoteCI
  • Offline/Online E-Voting System for my OOP Course Repo:EvoteJava
  • Handwriting Javanese Character Recognition for my Computer Vision Course Repo:Aksara NN
  • Decision Support System for Credit Card Category using Bayes Algorithm, native PHP and Bootstrap 3 URL:SPK Credit

Connect with me:

muhamamdeko muhammadeko muhammadeko_if ExZork#6937

Languages and Tools:

aws azure bootstrap codeigniter css3 docker figma gcp grafana html5 java javascript laravel mysql php python typescript

exzork

exzork

exzork

Support:

exzork



gcauth's People

Contributors

4benj avatar exzork avatar omg-xtao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gcauth's Issues

Using insecurity pseudo random number generator when generate key used to sign the JWT.

Hi, we are a research group to help developers build secure applications. We designed a cryptographic misuse detector on Java language(Our main concern is the secure implementation and use of Json Web Token). We found your great public repository (i.e.,GCAuth) from Github, and several security issues detected by our detector are shown in the following. The specific security issues we found are as follows:
(1) Location: Package: package me.exzork.gcauth.utils; Class: Authentication.class
Security issue: Using insecurity PRNG to generate key. (public static String generateRandomNumber(int length) method)

Math.random() is not a cryptographically secure PRNG, and keys used in the cryptographic algorithms should be derived from a cryptographically secure random number generator (such as SecureRandom), we recommend that you use a secure PRNG to generate keys.

We wish the above security issues cloud truly help you to build a secure application. If you have any concern or suggestion, please feel free to contact us, we are looking forward to your reply. Thanks.

Exception in thread "main" java.lang.NoSuchFieldError: DebugMode at me.exzork.gcauth.GCAuth.lambda$onEnable$1(GCAuth.java:94) at io.javalin.core.JavalinConfig.applyUserConfig(JavalinConfig.java:205) at io.javalin.Javalin.create(Javalin.java:89) at express.Express.<init>(Express.java:39) at me.exzork.gcauth.GCAuth.onEnable(GCAuth.java:50) at emu.grasscutter.plugin.PluginManager.lambda$enablePlugins$2(PluginManager.java:116) at java.base/java.util.HashMap.forEach(HashMap.java:1420) at emu.grasscutter.plugin.PluginManager.enablePlugins(PluginManager.java:114) at emu.grasscutter.Grasscutter.main(Grasscutter.java:100)

Exception in thread "main" java.lang.NoSuchFieldError: DebugMode
at me.exzork.gcauth.GCAuth.lambda$onEnable$1(GCAuth.java:94)
at io.javalin.core.JavalinConfig.applyUserConfig(JavalinConfig.java:205)
at io.javalin.Javalin.create(Javalin.java:89)
at express.Express.(Express.java:39)
at me.exzork.gcauth.GCAuth.onEnable(GCAuth.java:50)
at emu.grasscutter.plugin.PluginManager.lambda$enablePlugins$2(PluginManager.java:116)
at java.base/java.util.HashMap.forEach(HashMap.java:1420)
at emu.grasscutter.plugin.PluginManager.enablePlugins(PluginManager.java:114)
at emu.grasscutter.Grasscutter.main(Grasscutter.java:100)

无法启用插件:GCAuth_OAuth

ERROR:PluginManager 无法启用插件:GCAuth_OAuth
java.lang.NoClassDefFoundError: emu/grasscutter/Configuration
at com.xtaolabs.gcauth_oauth.GCAuth_OAuth.onEnable(GCAuth_OAuth.java:23)
at emu.grasscutter.plugin.PluginManager.lambda$enablePlugins$2(PluginManager.java:201)
at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721)
at emu.grasscutter.plugin.PluginManager.enablePlugins(PluginManager.java:198)
at emu.grasscutter.Grasscutter.main(Grasscutter.java:160)
Caused by: java.lang.ClassNotFoundException: emu.grasscutter.Configuration
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 5 common frames omitted

hello

Hello, I used the plug-in and ran successfully. So how can I register or change my password?

[BUG] return HTTP 500 on all endpoints with no errors in console

Example output on register endpoint: curl -i -X POST http://localhost:444/authentication/register -H 'Content-Type: application/json' -d '{username: "123", password: "123", password_confirmation: "123"}'

HTTP/1.1 500 Server Error
Date: Fri, 11 Nov 2022 07:12:35 GMT
Content-Type: text/plain
Content-Length: 0
Server: Jetty(9.4.48.v20220622)

accessKey Not set in config

Grasscutter Ver: 1.4.4-dev-05fe62b4

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.