7 comments

  • eaglepeak 10 hours ago ago

    I should have mentioned that all transformations run purely on the client side for speed and privacy. If you want to share a result with others, you can generate a shareable link, which stores the transformation flow in the backend. A shared example here: https://stringflux.io/?s=qzUAxXvv

  • the_arun a day ago ago

    I didn't find code in the github for a self hosting option. From security standpoint it is not a good idea to paste Strings in someone's website & share sensitive/protected data. Self hosting would be a good option.

    • eaglepeak 11 hours ago ago

      thanks for the feedback! you're right. the github repo is served as issue tracker. All transformations happen on client side. Unless user creates share link, user's transformation data is not sent to server. I'll explore other options like chrome extension or integrate with some IDEs

  • phoronixrly a day ago ago

    Wow, this is one step away from a free online password quality verifier!

    • eaglepeak 11 hours ago ago

      thanks! can I know more about the use case of password qulity verifier? would like to see how to support it in String Flux.

  • ThinkBeat a day ago ago

    I thought this would be a useful library and I was curious what platforms it supported.

    • eaglepeak 11 hours ago ago

      thanks! I'll gather feedbacks and see how to expand this besides a website. please let me know if there's any platform that you'd like to use it.