기본 콘텐츠로 건너뛰기

64비트용 국산암호 소스코드

한국인터넷진흥원(KISA)에서는 64비트 컴퓨팅환경에서 국산암호를 활용할 수 있도록 64비트용 국산암호 소스코드를 배포하고 있습니다.

□ 포함 국산암호 알고리즘 
o 블록암호 알고리즘 : SEED, HIGHT, ARIA
o 블록암호 알고리즘 운영모드 : Cipher-block chaining (CBC) 
o 해쉬함수 알고리즘 : HAS-160

□ 첨부파일 소개
o 1. KISA_SEED_SEED-CBC_x64_v1.0.zip 
- SEED 소스코드, SEED-CBC 소스코드, 개발자 매뉴얼
o 2. KISA_HIGHT_HIGHT_CBC_x64_v1.0.zip
- HIGHT 소스코드, HIGHT-CBC 소스코드, 개발자 매뉴얼
o 3. KISA_ARIA_ARIA-CBC_x64_v1.0.zip
- ARIA 소스코드, ARIA-CBC 소스코드, 개발자 매뉴얼
o 4. KISA_HAS-160_x64_v1.0.zip
- HAS-160 소스코드, 개발자 매뉴얼
링크주소
https://seed.kisa.or.kr/iwt/ko/bbs/EgovReferenceDetail.do?bbsId=BBSMSTR_000000000002&nttId=33&pageIndex=2&searchCnd=&searchWrd=

댓글

이 블로그의 인기 게시물

java 특정 디렉토리에 있는 파일 목록을 읽어내기, 정렬해서 가져오기

폴더 리스트 가져오기 String path="C:\"; File dirFile=new File(path); File []fileList=dirFile.listFiles(); for(File tempFile : fileList) {   if(tempFile.isFile()) {     String tempPath=tempFile.getParent();     String tempFileName=tempFile.getName();     System.out.println("Path="+tempPath);     System.out.println("FileName="+tempFileName);     /*** Do something withd tempPath and temp FileName ^^; ***/   } } 정렬해서 가져오기 import java.io.FileFilter; import java.io.IOException; import java.util.Arrays; import java.util.Date; import org.apache.commons.io.comparator.LastModifiedFileComparator; import org.apache.commons.io.filefilter.FileFileFilter; public class LastModifiedFileComparatorTest { public static void main(String[] args) throws IOException { File directory = new File("."); // get just files, not directories File[] files = directory.listFiles((FileFilter) FileFileFilter.FILE); System.out.println("Defaul...

UltraEdit Professional Version 18.20.0.1014 라이센스 키 넣기

Step 1: unpack rar archive      Step 2: run the setup   Step 3: Use the given keygen to activate    Add the line   127.0.0.1 licensing.ultraedit.com         to your %WINDOWS%\system32\drivers\etc\hosts file                 Enter any data for license-id and password (license-id must be a         number)                 Choose Offline activation and generate corresponding activation         codes for your user codes   Step 4: Enjoy and Support Developers, Buy It, They Deserved It!