Giter VIP home page Giter VIP logo

Comments (9)

CodeDead avatar CodeDead commented on June 16, 2024

Thanks for reporting this issue. I'll have a look and possibly release a new version if applicable.
It's been a while that this application has received some love, either way!

from advanced-passgen.

0x00Finch avatar 0x00Finch commented on June 16, 2024

Thank you for responding, cheers!

from advanced-passgen.

DanExxed avatar DanExxed commented on June 16, 2024

This issue is caused by the fact that the program cannot handle a big input, this issue is very common, I am currently trying to fix this as it effects windows 10 specifically (from what i have done with it).

from advanced-passgen.

CodeDead avatar CodeDead commented on June 16, 2024

@DanExxed I might rewrite this entire application in a different programming language altogether to get more performance out of it and additionally get rid of the .NET framework.

Something like Rust should do the trick. Do note that the maximum number is limited by CPU architecture and value type. E.g:

int.MaxValue: 2,147,483,647

Currently, the input goes above that because it uses long (max = 0x7FFFFFFFFFFFFFFF). It can be mitigated by setting a max value on the input field:
https://help.syncfusion.com/wpf/integer-textbox/getting-started#min-max-value-restriction

from advanced-passgen.

DanExxed avatar DanExxed commented on June 16, 2024

@CodeDead That is an amazing idea, I hope to see it happen one day.

from advanced-passgen.

CodeDead avatar CodeDead commented on June 16, 2024

@DanExxed
Something is brewing with React + Tauri (Rust backend):
Screenshot from 2022-10-12 15-57-10
(Screenshot taken on Linux Fedora)

This is not a Webbrowser (not Firefox, Brave, chrome etc.). This is a native gtk window that uses the system's webview which produces incredibly tiny binaries and the app will run on Linux, Windows and macOS.

Performance footprint:
Screenshot from 2022-10-12 16-00-58

As you can see, the required system resources are minimal.
(The advanced-passgen entry is the one)

from advanced-passgen.

CodeDead avatar CodeDead commented on June 16, 2024

Check out the development branch:
https://github.com/CodeDead/Advanced-PassGen/tree/development

from advanced-passgen.

CodeDead avatar CodeDead commented on June 16, 2024

Screenshot from 2022-10-13 23-52-53

from advanced-passgen.

CodeDead avatar CodeDead commented on June 16, 2024

Alright this issue has been handled in PR #5 so I'm closing this. The fix will be available in the next release.

from advanced-passgen.

Related Issues (7)

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.