seomse-cypto

cypto

License

License

GroupId

GroupId

com.seomse.cypto
ArtifactId

ArtifactId

seomse-cypto
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

seomse-cypto
cypto
Project URL

Project URL

https://github.com/seomse/seomse-cypto
Source Code Management

Source Code Management

https://github.com/seomse/seomse-cypto

Download seomse-cypto

How to add to project

<!-- https://jarcasting.com/artifacts/com.seomse.cypto/seomse-cypto/ -->
<dependency>
    <groupId>com.seomse.cypto</groupId>
    <artifactId>seomse-cypto</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.cypto/seomse-cypto/
implementation 'com.seomse.cypto:seomse-cypto:0.1.0'
// https://jarcasting.com/artifacts/com.seomse.cypto/seomse-cypto/
implementation ("com.seomse.cypto:seomse-cypto:0.1.0")
'com.seomse.cypto:seomse-cypto:jar:0.1.0'
<dependency org="com.seomse.cypto" name="seomse-cypto" rev="0.1.0">
  <artifact name="seomse-cypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.cypto', module='seomse-cypto', version='0.1.0')
)
libraryDependencies += "com.seomse.cypto" % "seomse-cypto" % "0.1.0"
[com.seomse.cypto/seomse-cypto "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

seomse-cypto

개발환경

  • open jdk 1.8

구성

로그인정보 암호화

  • 로그인 정보를 이용하여 키를 생성하고 암복호화 하기 떄문에 방법을 모르면 괜찮아도 방법을 알면 알고리즘으로 복호화가 가능해서 위험할 수 있음
  • 혼선을 주는 방식이 코드에 있기때문에 코드를 해석 하면 어떻게 원리를 파악 가능
  • 보안이 심하지 않은 환경에서만 사용 권장
  • 금융권 같이 보안이 심한 방식에서는 사용 X

문자열 암호화

  • 키 배열 정보를 활용하여 생성할때마다 같은 문자열이라도 다른값으로 암호화됨
  • 같은 키 배열을 사용하면 복호화 가능함
  • 키 배열은 'x','y','2','Z','a','C','D','I','J','K','L','g','h','i','j','k','l','m','n','o'
  • 위와 같은 형태로 StringCrypto 클래스를 생성하여 사용
  • 위 방식도 보안이 심한곳에서는 사용을 권장하지 않음
  • 메시지 암호화만 필요한 간단한 환경에서만 사용 권장

gradle

implementation 'com.seomse.cypto:seomse-cypto:0.1.0'

communication

blog, homepage

카카오톡 오픈톡

슬랙 slack

email

main developer

Versions

Version
0.1.0