Skip to content
View OffRange's full-sized avatar

Highlights

  • Pro

Block or report OffRange

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

Hi, I'm Davis Wolfermann (OffRange)!

Welcome to my GitHub profile! I'm Davis born on July 23, 2005, a passionate individual who enjoys creating secure solutions and exploring the fascinating field of artificial intelligence. I recently graduated from high school and am now pursuing a degree in Cyber Security at the "Hochschule Mittweida - University of Applied Sciences", where I continue to expand my knowledge and skills.

Projects

Password Manager

One of my notable projects is the Password Manager a secure and user-friendly solution designed for managing passwords efficiently. With this tool, you can conveniently store, generate, and retrieve passwords. The project is open source, and you can find the code and documentation in the Password Manager repository. I welcome contributions and encourage you to make use of it for your personal needs.

Password Strength AI

Another exciting project I've developed is the Password Strength AI. This AI model utilizes machine learning techniques to estimate the strength of a given password accurately. By analyzing various factors, it provides a reliable prediction of password strength. If you're interested in exploring the code or using the model, check out the Password Strength AI repository.

Power Control System

The Power Control System is a project that allows users to remotely manage their devices by shutting down, logging out, rebooting, and booting (using Wake-On-LAN) through an Android device. The system is composed of two main components:

  • Power Control Server: This server must be installed on the device you wish to control, whether it be macOS, Linux, or Windows. You can find the server code in the Power Control Server repository.
  • Power Control: This is the Android application that interacts with the server, available exclusively for Android devices. You can explore the app code in the Power Control repository.

PassGen Library

PassGen is a Kotlin library designed for easy generation of passwords using a Kotlin DSL (Domain-Specific Language). It offers a flexible and powerful way to create secure passwords programmatically. If you're interested in using or contributing to this library, visit the PassGen repository.

Website

For a comprehensive overview of my projects, their features, and more information about me, please visit my website. There, you'll find detailed documentation, demos, and additional ways to support my work.

Support

If you find my projects valuable and would like to support me, you can buy me a coffee on Ko-fi. Your support plays a significant role in enabling me to continue building and improving these projects.

Thank you for visiting my GitHub profile! Feel free to explore my repositories, and if you have any questions or feedback, please don't hesitate to reach out.

ko-fi

My most frequently used languages

GitHub Stats

Pinned Loading

  1. KeyGo KeyGo Public

    An open-source password manager - a reliable solution prioritizing transparency and security. Utilizing AES encryption, one of the most trusted algorithms, your sensitive information stays confiden…

    Java 39 3

  2. PassGen PassGen Public

    PassGen is a Kotlin DSL-driven password generator that allows you to create secure and customizable passwords with ease.

    Kotlin 2 1

  3. git-semver-gradle-plugin git-semver-gradle-plugin Public

    A Gradle plugin that automatically versions your project based on Git tags, following the Semantic Versioning 2.0 specification.

    Kotlin 2

  4. PowerControlServer PowerControlServer Public

    Power Control Server is a lightweight application that enables remote management of your PC's power state via the Power Control Android app. Compatible with Windows, Linux, and MacOS. Currently in …

    C++

  5. PowerControl PowerControl Public

    Power Control is an Android app that allows you to remotely shutdown, reboot, log out, or boot your PC. Requires the Power Control Server for full functionality. Compatible with Windows, Linux, and…

    Kotlin