BouncyCastle is an open source Java library which implements a dazzling array of cryptographic algorithms, and where possible, they have been made available via the standard JCA provider interface.In terms of JOSE algorithm support, BouncyCastle can handle all those that are not covered out-of-the-box in Java 7 and 8.How do you set up the BouncyCastle JCA provider in your application?First, add ..
보호되어 있는 글입니다.
The Java Cryptography Extension (JCE) provider included with J2SE 1.4.x does not support RSA encryption. Because the XML Encryption defined by WS-Security is typically based on RSA encryption, in order to use WS-Security to encrypt SOAP messages you must download and install a JCE provider that supports RSA encryption. If you are running the Application Server on version 1.5 of the Java SDK, the..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
Using ASN.1 EncodingUsing the Bouncy Castle Specific APIsKey Pair GenerationFrom Explicit ParametersFrom Named CurvesUsing a KeyFactoryFrom Explicit ParametersWith Named CurvesUsing the JDK APIsKey Pair GenerationWith Explicit ParametersWith Named CurvesUsing a KeyFactoryWith Explicit ParametersWith Named Curves Key pair generation in elliptic curve follows the same principles as the other algor..
보호되어 있는 글입니다.
Needs to install the sshpass before run. #!/bin/bash #sshpass: yum install sshpass needed IP="SERVER_IP"DIR_PATH="DIRECTORY"FILES=("file1" "file2" "file3") for f in "${FILES[@]}"do sshpass -p "PASSWORD" scp ACCOUNT@$IP:$DIR_PATH/$f .done
보호되어 있는 글입니다.
By default Java supports only 128-bit encryption and you need to download and install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files to support 256-bit AES encryption. Here are the steps to fix java.security.InvalidKeyException: Illegal key size exception: 1. Visit Oracle’s website and put ‘Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy F..
Subject to class loader constraints the Bouncy Castle Provider can be installed either dynamically or statically.Note: to make full use of the provider you *must* install the unlimited policy files in the JVM you are using - these can be downloaded from http://java.sun.com. Be careful if you are using Windows as the JDK install will normally install a JRE and a JDK in two separate places - gener..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
1. Install GraphvizGraphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains. - Download graphviz(graphviz-2.3..
1. Download jar file from link below.https://github.com/roclas/pomParser/raw/master/lib/pom_parser-1.0.jar 2.1. Option 1- Gather all your pom files and change their names (so they don't overwrite each other) and copy them to an EMPTY directory.- Just get the latest jar from https://github.com/roclas/pomParser/raw/master/lib/pom_parser-1.0.jar and use it like this:java -jar pom_parser-X.X.jar _or..
1. Install GraphvizGraphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains. - Download graphviz(graphviz-2.3..
Test automation 관련해서 회의를 하다가 JAVA code 기반으로 unit test를 자동 작성해 주는 tool 얘기가 나왔다.유용하다는 말에 찾아보니 해당 tool은 상용인 AgitarOne 이었네.홈페이지는 http://www.agitar.com/ 여길 참고하고, 소개 영상은 https://youtu.be/ONRFG30g-cw 여기서 확인해 보자. 이외에도 찾아보니 유사한 것들이 많은데 EvoSuite 괜찮을 듯.홈페이지는 https://youtu.be/ONRFG30g-cw 여길 참고하고 소개 영상은 https://www.youtube.com/watch?v=R0K6VGhqbqg 여기서 확인해 보자. http://mit.bme.hu/~micskeiz/pages/code_based_test_..
PS C:\Repositories> svn pl --revprop -v -r 0 file:///C:/Repositories/girmitiUnversioned properties on revision 0: svn:date 2016-05-28T23:40:28.700385Z svn:rdump-lock Jared-T540:9af351db-9d8f-ea48-8dd9-ea47bc4e1788PS C:\Repositories> svn propdel svn:rdump-lock --revprop -r 0 file:///C:/Repositories/girmitiproperty 'svn:rdump-lock' deleted from repository revision 0PS C:\Repositories>
+ 방법 1: tar.gz로 묶어서 그대로 쓰기 + 방법 2: svnadmin dump, svnadmin load 사용하기 [방법 1]을 사용하면 svn version이 다른 경우 Expected FS format '2'; found format '3' 와 같은 에러가 발생한다. 그래서 이런 경우에는 다음과 같이 # old server에서 svnadmin dump old-repos > dumpfile # new server에서 svnadmin create new-repos svnadmin load new-repos < dumpfile 해야한다. 여러 개의 repository를 옮기기 위해서는 다음의 script를 이용 $ vi dump_repos.sh 1 #!/bin/bash 2 3 BASE_DIR="/..
sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo sudo yum install -y apache-maven mvn --version
- Total
- Today
- Yesterday
- docker
- SBM
- Java
- log4j
- EMV
- OOP
- zookeeper
- spring
- Maven
- Dependency
- Guava
- JSF
- monitoring
- Shell
- dump
- svn
- jboss
- ubuntu
- nodejs
- spring boot
- bouncycastle
- Heap
- Oracle
- Tomcat
- bash
- Jose
- Kubernetes
- SMPP
- install
- ssh
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |