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
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.
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
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
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.
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
Wow, this is one step away from a free online password quality verifier!
thanks! can I know more about the use case of password qulity verifier? would like to see how to support it in String Flux.
I thought this would be a useful library and I was curious what platforms it supported.
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.