-
-
Notifications
You must be signed in to change notification settings - Fork 51
Tweaks on project. #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
… to ensure more reliability.
…ere character conversion, and then when decrypting it wouldn't do the rest, and changed all characters to hexadecimal.
@0rangeFox how do you build the project? Can you paste the commands like |
In this case, this project is not for building, but for incorporating into already developed projects. |
But if you want to make this so that it is "buildable", we would have to make it as a library in CMakeLists. And then officially make it available in MinGW as a package to make it easier to implement this project in their projects. |
@0rangeFox okay because I'm not really familiar with C++ I haven't done that in years. How do we compile the binaries? |
The explanation how you can do that is written here: https://github.com/philipperemy/easy-encryption/tree/cd833939d5969cf72b034ee0be5c9dcfc057f21c#compilation-and-execution |
We need to add:
That creates a .a lib. How do you do once you have a .a lib? Sorry my C++ is very limited. I am on MacOS. Can you just pate a few commands that I can run to be able to run the wrapper?
|
As you can see, in the latest commits I have already added this, and it already has the workflows working, you can go to my repository and get the latest package that was compiled on macOS and so on to test it on your PC. And another thing, don't merge this pull request yet, it's necessary to solve the Vigenere encryption first, it's giving some problems. |
# Conflicts: # README.md # encrypt.h
Hey again 👋! After a good few years, we're back again with this issue 😉. So here's the thing, I've updated the code and now it works perfectly. I hope you like the changes that have been made. And thanks for your project! |
Thank you will have a look soon :) |
A lot has been changed, as you can see. Namespaces and other improvements have been implemented. I don't know what else to say, but otherwise you can check it out and if you have any questions just let me know. And thank you for creating this project.