![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
This is a CLI tool for encrypting and decrypting files and folders. Be carefull on how you use, irresponsible use can lead user to turning their data into chunks if encryption keys are miss-handled. For every encrypte file an Encryption key used is save in filename.xml file where filename is name of the input file to be encrypted.
Encryptionsuite -h
encryptionsuite -h
ENCRYPTIONSUITE -h
Install via pip:
pip install Encryptionsuite
Install from github:
pip install git+https://github.com/skye-cyber/Encryptionsuite.git
To run the CLI app, use the following command:
Encryptionsuite [options]
Replace [options]
with the appropriate command-line options based on the functionality you want to execute.
1
.-m/--mode
operation to be performed(encryption or Decryption) value [encrypt, decrypt]
2
.-i/--input_file
3
.-k/--key
only when decrypting
Example command 1:
Encryptionsuite -m encrypt -i example.txt or ```FED --mode encrypt -input_file example.txt```
in this case the output file will be 'example.txt.encrypted'
Encryptionsuite -m decrypt -i example.txt.encrypted -k xxxx where xxxx is the encryption key used
Encryptionsuite -m decrypt -i example.txt.encrypted -k file where file is the file containing the key
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is an open source software.
Feel free to modify and customize this template according to your specific project requirements and add any additional sections or information that you think would be helpful for users.
FAQs
Unknown package
We found that encryptionsuite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.