«cryptography» 태그된 질문

암호화 관련 문제 : 암호화 또는 암호 해독.

7
샤미르의 비밀 공유 재구성을 구현하십시오
Shamir의 비밀 공유 체계 는 비밀을 재구성하는 데 필요한 여러 부분으로 나누어 비밀을 보호하는 간단한 방법입니다. 당신의 임무는 소수에 의해 정의 된 유한 필드에 Shamir의 비밀 공유 재구성을 구현 하는 것 1928049029입니다. 이것이 의미하는 바에 대해 의문이있는 경우 Wikipedia에서 유한 필드 및 유한 필드 산술 을 요청하거나 참조하십시오 (아래 추가 …

6
레일 펜스 암호
두 개의 프로그램을 작성하십시오 .-하나는 문자열과 키를 읽고 해당 키를 사용하여 문자열을 레일 울타리 암호로 인코딩합니다. -마찬가지로 역 기능을위한 프로그램을 작성하십시오 : 키를 사용하여 레일 펜스를 해독하십시오. 레일 펜스 암호가 무엇인지 모르는 사람들은 기본적으로 나선형으로 선형 패턴을 만드는 방식으로 일반 텍스트를 작성하는 방법입니다. 예-키 3을 사용하여 "FOOBARBAZQUX"가 레일 피어싱 된 …

1
AES 블록 해독
오늘 당신의 목표는 AES를 사용하여 비밀 메시지를 해독하는 것입니다 . 암호문과 키가 주어지면 메시지를 해독하고 인쇄합니다. 귀하의 프로그램은 모든 언어로 제공 될 수 있습니다. stdin의 입력으로 실행되고 stdout의 출력이 올바른지 확인합니다. stdin의 첫 번째 입력 행은 16 바이트 키이며 16 진수로 인코딩됩니다. stdin의 두 번째 입력 행은 16 바이트로 인코딩 …

2
가장 보편적 인 단어
이 질문은 "Thing Explainer" 가 읽기 쉽고 재미 있기 때문에 작성되었습니다 . 문자, 숫자 및 이와 같은 것을 읽고 가져 와서 모든 단어 가이 세트의 일부인 경우 "#%|?반환 True / 1하는 "컴퓨터가하는 일"을 작성하십시오 . 모든 단어가 해당 세트의 일부가 아닌 경우 해당 단어의 일부가 아닌 단어를 리턴하십시오. 이 웹 …
9 code-golf  string  parsing  code-golf  array-manipulation  random  permutations  code-golf  string  code-golf  parsing  code-golf  string  quine  code-golf  string  parsing  comment  code-golf  string  counting  natural-language  code-golf  string  decision-problem  code-golf  math  code-challenge  metagolf  test-battery  code-golf  string  code-golf  math  number  arithmetic  source-layout  code-golf  number  primes  decision-problem  code-golf  math  arithmetic  code-golf  date  code-golf  string  cryptography  code-golf  code-golf  chess  board-game  code-golf  geometry  grid  puzzle-solver  set-partitions  code-golf  number  natural-language  code-golf  ascii-art  code-golf  math  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  string  natural-language  code-golf  game  board-game  tic-tac-toe  code-golf  ascii-art  hexagonal-grid  code-golf  string  comment  code-golf  internet  code-golf  sorting  code-golf  kolmogorov-complexity  unicode  code-golf  tips  code-golf  string  natural-language  code-golf  string  kolmogorov-complexity  source-layout  hello-world  code-golf  string  kolmogorov-complexity  counting  natural-language  code-golf  random  quine  code-golf  string  math  bitwise  code-golf  permutations  code-golf  string  code-golf  arithmetic 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.