# Sequoia PGP v1.0 공개

> Clean Markdown view of GeekNews topic #3422. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3422](https://news.hada.io/topic?id=3422)
- GeekNews Markdown: [https://news.hada.io/topic/3422.md](https://news.hada.io/topic/3422.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-18T09:46:30+09:00
- Updated: 2020-12-18T09:46:30+09:00
- Original source: [sequoia-pgp.org](https://sequoia-pgp.org/blog/2020/12/16/202012-1.0/)
- Points: 4
- Comments: 1

## Topic Body

- 보안 및 정확성에 중점을 둔 새로운 OpenPGP 라이브러리

- Rust로 개발, 메모리단위에서 암호화하고 필요할때만 해독해서 데이터를 보호

- 사용하기 쉬운 라이브러리 : Rust 와 C API를 제공하며, Python/Ruby 바인딩도 제공

- 보안에 대한 총체적인 접근

ㅤ→ OpenPGP CA : 조직내의 OpenPGP 키 관리

ㅤ→ Hagrid : OpenPGP Key 키 서버

ㅤ→ sqv : 커맨드라인 OpenPGP 시그니쳐 검층 도구

- RFC 4880 OpenPGP Message Format 을 전부 구현 (MD5,IDEA 같은 위험한 것들은 제외)

- GnuPG를 개발했던 세명의 프로그래머가 3.5년간 개발

ㅤ→ GnuPG는 복잡하고 수정이 어려움 (21년이나 된 코드베이스)

ㅤ→ API가 사용하기 불편

ㅤ→ GPL 때문에 iOS에서 사용이 불가능

ㅤ→ test가 별로 없음

ㅤ→ P≡P Foundation 이 후원 https://pep.foundation/

## Comments



### Comment 3928

- Author: hasflat
- Created: 2020-12-18T09:59:51+09:00
- Points: 2

그런데 애초에 PGP 자체가 문제가 굉장히 많은 암호화 기술이라서(https://latacora.micro.blog/2019/07/16/the-pgp-problem.htm , https://blog.cryptographyengineering.com/2014/08/13/whats-matter-with-pgp/ , https://blog.filippo.io/giving-up-on-long-term-pgp/ ) 차라리 암호화가 필요할 때는age(https://github.com/FiloSottile/age)같은 간단한 암호화 기술을 사용하는 프로그램을 사용하는 것이 더 나을 듯 합니다.
