Code Monkey home page Code Monkey logo

springboot_encrypt_decrypt's Introduction

encryption-utility

Create encrypt & decrypt with Springboot

Prerequisites

  1. Dev Tools
  2. Lombok
  3. Bouncy Castle

Getting Started

The application will have the following encryption following:

  1. DES/Triple DES [Encrypt - Decrypt]
  2. AES (128, 192, 256) [Encrypt - Decrypt]
  3. RSA (512, 1024, 2048, 4096) [Encrypt - Decrypt]
  4. Blowfish [Encrypt - Decrypt]
  5. Twofish [Encrypt - Decrypt]
  6. MD5 [Encrypt]
  7. SHA-2 (224, 256, 384, 512, 512/224, 512/256) [Encrypt]
  8. SHA-3 (224, 256, 384, 512) [Encrypt]
  9. GOST [Encrypt - Decrypt]

Sonarqube

Install sonarqube on docker

docker pull sonarqube

Do this following step

  1. Open http://localhost:9000/ and create project manually Alt text
  2. Create your desire name Alt text
  3. In this case, will run on local side Alt text
  4. Setup the expiry token Alt text
  5. Since running on maven,copy and open cmd on project directory,then paste the script with a bit modify to add
    mvn sonar:sonar  -Dsonar.projectKey=encrypt-decrypt  -Dsonar.projectName='encrypy-decrypt'   -Dsonar.host.url=http://localhost:9000  -Dsonar.token=sqp_536bd65f5049002ef75534e84bee369f59f73842 -Dsonar.java.binaries=target/classes
    
    Alt text
  6. Let's analyze the project Alt text
  7. Make the code as clean as possible Alt text

Deployment Strategy with Docker

Open cmd on your project directory

Compose up

docker-compose up --build

springboot_encrypt_decrypt's People

Stargazers

 avatar

Watchers

 avatar

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.