Yes, it is as safe as
generating your keys using a local application. The key generation on
this website is done client-side only. This means the key pairs are
generated entirely in your web browser and they never leave your
computer. This website never sees any key related data or the key
itself.
Sure. For starters, it
enforces using a passphrase with each key generated. This ensures some
level of protection if your key is ever stolen. It also automatically
generates two subkeys for you, one for signing and the other for
encryption. You can use your subkeys to sign and encrypt data and keep
your private key safe. The bit length of generated subkeys will be
identical to the length you specified for the primary key. The primary
key it generates for you never expires. You can, however, set the
expiration date on the generated subkeys using the 'Expire' option in
the key generation form.
Elliptic Curve Cryptography
(ECC) is an approach to public-key cryptography based on the algebraic
structure of elliptic curves over finite fields. One of the main
benefits in comparison with non-ECC cryptography (with plain Galois
fields as a basis) is the same level of security provided by keys of
smaller size. For example, a 256-bit ECC public key should provide
comparable security to a 3072-bit RSA public key. ECC is still not
widely supported in many PGP client applications so I advise that you
generate ECC keys only if you know what you're doing. You can read more
about it at RFC 6637.
PGP key generation is a
resource intensive process. As a result, your may experience increased
CPU and memory usage on your device, which can result in performance
issues. The performance impact depends on the hardware capabilities of
your device.
For PGP keys to work with PGP Suite, they require SSH Authentication so PGP Suite can then use them, this is
usually done when the key is generated.
PGP Suite automatically adds SSH Authentication to generated
PGP Suite keys.
PGP Suite programı veri iletişimi için kriptografik gizlilik ve doğrulama sunan veri şifreleme ve de-şifrelemeye izin veren bir programdır.
PGP Suite hem metin hem de dosya şifrelemeyi destekler.
PGP genellikle metinleri, e-postaları, dosyaları, klasörleri, tüm disk dizinlerini şifrelemeye, de-şifrelemeye ve imzalamaya imkan verir.
Bu sayede e-posta iletişiminin güvenliğini artırır.
Phil Zimmermann tarafından 1991 yılında geliştirilmiştir.
PGP ve benzeri uygulamalar şifreleme ve de-şifreleme için OpenPGP standartını (RFC 4880) kullanır.
Kaynak:
Wikipedia
Bu site PGP anahtarlarının oluşturulması için basit ve kolay bir yol sunar.
Günümüzda, şifreleme anahtarları üretmek için hala Linux makinelerde komut satırı açıp GPG aracını kullanmayı gerektiriyor.
Veya alternatif olarak PGP uygumlu uygulamalar kullanmalısınız.
Bu site ile amaçlanan anahtar üretmenin kolay bir yolunu sunmak.
Bütün bunları kullandığım açık kaynak uygulamalar olmasa mümkün olmazdı.
KeyBase'in muhteşen javascript PGP uygulaması
(kbpgp). Dosya kaydetme işlemleri için Eli Grey'in
mükemmel FileSaver.js arayüzü.
Bu proje Heiswayi Nrird'in PGP Suite'inin bir çatalıdır.
Matej Ramuta da yeni bir çatallaşma oluşturdu ve mesaj şifreleme de-şifrelemeyi geliştirdi.
TheChiefMeat ise sadece imzalama modunu, imzalama+şifreleme modunu ve 8192 RSA anahtarı desteğini geliştirdi.
username1565, PGP anahtar doğrulamayı, dosya seçimini ve uygulama simgelerini,
metin kutularından dosya indirme ve yüklemeyi, bildirim mesajlarını ve dosyaları base64 kodlamayı geliştirdi.
Bu site açık kaynaklıdır ve Github üzerinde erişilebilir: