Курсовая работа: Анализ предметной области

10. W.Diffie and M.E.Hellman, “New directions in cryptograpgy”, IEEE Trans.Inf.Theory, vol.IT-22, N6, p.644-654, Nov. 1976.

11. A.Menezes, P.van Oorschot, S.Vanstone, “Handbook of applied cryptography”, CRC Press, 1996.


Приложение А

Код класса my_java_sec

public class my_java_sec {

@SuppressWarnings("deprecation")

public static void main(String[] args){

// TODO Auto-generated method stub

FInterfaceForm fif = new FInterfaceForm();

fif.show();

}

}


ПриложениеБ

Кодклассаcoding_files

import java.io.FileInputStream;

import java.io.FileOutputStream;

import javax.crypto.Cipher;

import javax.crypto.KeyGenerator;

import javax.crypto.SecretKey;

public class CodingFiles {

Cipher ecipher;

Cipher dcipher;

public CodingFiles() {

// TODO Auto-generated constructor stub

}

public SecretKey initCoding()

{

try{

SecretKey key = KeyGenerator.getInstance("DES").generateKey();

К-во Просмотров: 549
Бесплатно скачать Курсовая работа: Анализ предметной области