From c246aa30fa088381ea5ce95d330c2b7483ebd343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:44:59 +0300 Subject: [PATCH 01/21] adding new readme on top of old translation --- translations/turkish.md | 192 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) diff --git a/translations/turkish.md b/translations/turkish.md index 655a782..06cb579 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -1,3 +1,195 @@ +

English | Français | Español | Deutsch | Português | Türkçe | 中文 | русский | Magyar | Italiano | پارسی | Polski

+

Picocrypt

+ +Picocrypt is a very small (hence Pico), very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security are under attack. Take it back with confidence by protecting your files with Picocrypt. + +

Picocrypt

+ +# Funding +**Please donate to Picocrypt on Open Collective (crypto is accepted) to raise money for a security audit from Cure53. Because this is a project that I spend many hours on and make no money from, I cannot pay for an audit myself. Picocrypt needs support from its community.** + +# Downloads +**Important**: There are multiple entities under the name "Picocrypt". For example, there's an old encryption tool called PicoCrypt that uses a broken cipher. There's also an ERC-funded research project called PICOCRYPT. There are even domains related to Picocrypt that I've never registered. Please don't confuse any of these unrelated projects with Picocrypt (this project). Make sure to only download Picocrypt from this repository to ensure that you get the authentic and backdoor-free Picocrypt. When sharing Picocrypt with others, be sure to link to this repository to prevent any confusion. + +## Windows +Picocrypt for Windows is as simple as it gets. To download the latest, standalone, and portable executable for Windows, click here. If Microsoft Defender or your antivirus flags Picocrypt as a virus, please do your part and submit it as a false positive for the betterment of everyone. + +## macOS +Picocrypt for macOS is very simple as well. Download Picocrypt here, extract the zip file, and run Picocrypt which is inside. If you can't open Picocrypt because it's not from a verified developer, control-click on Picocrypt and hit Open to bypass the warning. Keep in mind that Picocrypt runs through Rosetta 2 and requires OpenGL, and may not work in the future should Apple remove either. + +## Linux +To use Picocrypt on Linux, you can download the AppImage here. While this AppImage should work on most systems, Linux is a mess when it comes to cross-distro and cross-release compatibility, so if the AppImage doesn't work, you can run Picocrypt through Wine or from source using the instructions in the `src/` directory. + +## Paranoid Pack +The Paranoid Pack is a compressed archive that contains executables for Windows, macOS, and Linux, including the source code and dependencies. As long as you have it stored in a place you can access, you'll be able to open it and use Picocrypt on any desktop operating system in case this repository mysteriously vanishes or the entire Internet burns down. Think of it as a seed vault for Picocrypt; as long as one person has the Paranoid Pack within reach, they can share it with the rest of the world and keep Picocrypt functional in case of catastrophic events. The best way to ensure Picocrypt is accessible many decades from now is to keep a Paranoid Pack in a safe place. Get your copy here. + +# Why Picocrypt? +Why should you use Picocrypt instead of VeraCrypt, 7-Zip, BitLocker, or Cryptomator? Here are a few reasons why you should choose Picocrypt: + + +# Comparison +Here's how Picocrypt compares to other popular encryption tools. + +| | Picocrypt | VeraCrypt | 7-Zip GUI | BitLocker | Cryptomator | +| -------------- | -------------- | -------------- | -------------- | -------------- | -------------- | +| Free |✅ Yes |✅ Yes |✅ Yes |✅ Bundled |✅ Yes | +| Open Source |✅ GPLv3 |✅ Multi |✅ LGPL |❌ No |✅ GPLv3 | +| Cross-Platform |✅ Yes |✅ Yes |❌ No |❌ No |✅ Yes | +| Size |✅ 3 MiB |❌ 20 MiB |✅ 2 MiB |✅ N/A |❌ 50 MiB | +| Portable |✅ Yes |✅ Yes |❌ No |✅ Yes |❌ No | +| Permissions |✅ None |❌ Admin |❌ Admin |❌ Admin |❌ Admin | +| Ease-Of-Use |✅ Easy |❌ Hard |✅ Easy |✅ Easy |🟧 Medium | +| Cipher |✅ XChaCha20 |✅ AES-256 |✅ AES-256 |🟧 AES-128 |✅ AES-256 | +| Key Derivation |✅ Argon2 |🟧 PBKDF2 |❌ SHA-256 |❓ Unknown |✅ Scrypt | +| Data Integrity |✅ Always |❌ No |❌ No |❓ Unknown |✅ Always | +| Reed-Solomon |✅ Yes |❌ No |❌ No |❌ No |❌ No | +| Compression |✅ Yes |❌ No |✅ Yes |✅ Yes |❌ No | +| Telemetry |✅ None |✅ None |✅ None |❓ Unknown |✅ None | +| Audited |🟧 Planned |✅ Yes |❌ No |❓ Unknown |✅ Yes | + +# Features +Picocrypt is a very simple tool, and most users will intuitively understand how to use it in a few seconds. On a basic level, simply dropping your files, entering a password, and hitting Encrypt is all that's needed to encrypt your files. Dropping the output back into Picocrypt, entering the password, and hitting Decrypt is all that's needed to decrypt those files. Pretty simple, right? + +While being simple, Picocrypt also strives to be powerful in the hands of knowledgeable and advanced users. Thus, there are some additional options that you may use to suit your needs. + + +# Security +For more information on how Picocrypt handles cryptography, see Internals for the technical details. If you're worried about the safety of me or this project, let me assure you that this repository won't be hijacked or backdoored. I have 2FA (TOTP) enabled on all accounts with a tie to Picocrypt (GitHub, Reddit, Google, etc.), in addition to full-disk encryption on all of my portable devices. For further hardening, Picocrypt uses my isolated forks of dependencies and I fetch upstream only when I have taken a look at the changes and believe that there aren't any security issues. This means that if a dependency gets hacked or deleted by the author, Picocrypt will be using my fork of it and remain completely unaffected. You can feel confident about using Picocrypt. + +## Signatures +For the paranoid, Picocrypt is signed with PGP. The fingerprint and public key are listed below. + +
B342A744BDEEA57B6A583E33A247E73798946F55
+
-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEYoGUHxYJKwYBBAHaRw8BAQdAvmQA+pdbDB/ynJxHhNDpz6Sb5tgkNuuNJIvw
+HYwZtqi0CVBpY29jcnlwdIiTBBMWCgA7FiEEs0KnRL3upXtqWD4zokfnN5iUb1UF
+AmKBlB8CGwMFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQokfnN5iUb1UZ
+RgEA8jbIsdqCr21DWxcqW/eLlbxRkuA8kflVYvWWUxtVqsUA/jQPSDpvA8rakvaL
+PIbXjQvrAMkEVIc0HbCzLxr1k3sH
+=YFwz
+-----END PGP PUBLIC KEY BLOCK-----
+ +# Community +Consider joining r/Picocrypt. While I won't be active in this subreddit myself, it's still a great place to ask questions and help one another out, especially if something happens to me or this repository in the future. Remember to only trust this specific subreddit and be aware of hackers that might try to impersonate me on other platforms. I will never ask you for your password, and anyone who does is not me. I will never tell you to download a file from a suspicious link, and anyone who does is not me. + +# Donations +When I was actively developing Picocrypt, I accepted donations, but now that Picocrypt is complete and production-ready, there's no need anymore. Instead, take your time and effort to share the love of Picocrypt with others. Donations are nice, but being able to help others is a lot more valuable to me than a few spare dollars. Knowing that Picocrypt is helping people secure their files is plenty enough for me. + +# FAQ + +**Is Picocrypt accepting new features?** + +No, Picocrypt is considered feature-complete and won't be getting any new features. Unlike other tools which try to constantly add new features (which introduces new bugs and security holes), Picocrypt focuses on just a few core features but does each of them exceptionally well. Remember Picocrypt's ideology: small, simple, and secure. + +**Will Android/iOS be supported?** + +No, I don't plan on supporting Android or iOS because they are very different from traditional desktop operating systems and require different toolchains to develop apps for. Due to the nature of open-source software, however, a community-built version of Picocrypt for Android or iOS may appear in the future. + +**Why is Picocrypt not updated frequently?** + +People seem to have the notion that software must be constantly updated to stay relevant and secure. While this may be true for a lot of the software we use today, it is not for Picocrypt. Picocrypt is "good software" and good software doesn't need constant updates to remain relevant and secure. Good software will always be good software. + +**Does the "Delete files" feature shred files?** + +No, it doesn't shred any files and just deletes them as your file manager would. On modern storage mediums like SSDs, there is no such thing as shredding a file since wear leveling makes it impossible to overwrite a particular sector. Thus, to prevent giving users a false sense of security, Picocrypt doesn't include any shredding features at all. + +# Acknowledgements +A thank you from the bottom of my heart to the people on Open Collective who have made a significant contribution: + + + +Also, a huge thanks to the following list of five people, who were the first to donate and support Picocrypt: + + +As well, a great thanks to these people, who have helped translate Picocrypt and make it more accessible to the world: + + +Finally, thanks to these people/organizations for helping me out when needed: + + + + + + + + + + + + + + + + + + + + +

Picocrypt

Picocrypt; dosyalarınızı şifreleyebilmenizi, sağlama toplamları (checksums) oluşturabilmenizi, dosyalarınızı kalıcı olarak silebilmenizi ve daha fazlasını yapabilmenizi sağlayan oldukça küçük (bu yüzden Pico), oldukça basit ancak oldukça güvenli bir kriptografi aracıdır. Güvenlik, basitlik ve güvenilirliğe odaklanarak şifreleme için ilk-tercih bir araç olması için tasarlanmıştır. Picocrypt, NSA gibi üç harfli teşkilatlara karşı bile üst düzey güvenlik sağlamak için XChaCha20 şifrelemesi ve HMAC-SHA3 mesaj doğrulama kodunu kullanır. Olabilecek en üst düzey güvenlik için tasarlanmıştır, güvenlik açısından mutlak suretle taviz vermez ve denetlenmiş bir kriptografi kütüphanesi ile oluşturulmuştur. Gizliliğiniz ve güvenliğiniz saldırı altında. Dosyalarınızı Picocrypt ile koruyor olmanın verdiği güvenle buna bir son verin. From 98bf48fff1f605b1d971e6bde88da7aa73718492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:04:41 +0300 Subject: [PATCH 02/21] translation of intro --- translations/turkish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/turkish.md b/translations/turkish.md index 06cb579..ff769d2 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -1,7 +1,7 @@

English | Français | Español | Deutsch | Português | Türkçe | 中文 | русский | Magyar | Italiano | پارسی | Polski

Picocrypt

-Picocrypt is a very small (hence Pico), very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security are under attack. Take it back with confidence by protecting your files with Picocrypt. +Picocrypt dosyalarınızı korumak için kullanabileceğiniz çok küçük (bu yüzden Pico, çok basit ve buna rağmen çok güvenli bir şifreleme aracıdır. Güvenlik, basitlik ve güvenilirliğin odakta olduğu, şifrelemede ilk-tercih bir araç olması için tasarlanmıştır. Picocrypt, NSA gibi üç harfli teşkilatlara karşı bile üst düzey güvenlik sağlamak için güvenli XChaCha20 şifreleyicisini ve Argon2id anahtar türetme fonksiyonunu kullanır. Olabilecek en üst düzey güvenlik için tasarlanmıştır, güvenlik açısından mutlak suretle taviz vermez ve Go'nun standart x/crypto modülleri kullanılarak hazırlanmıştır. Gizliliğiniz ve güvenliğiniz saldırı altında. Dosyalarınızı Picocrypt ile koruyor olmanın verdiği güvenle buna bir son verin.

Picocrypt

From ae48eb9e4537751ec76a99c93ccca405fd20e313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:15:08 +0300 Subject: [PATCH 03/21] translation of funding --- translations/turkish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index ff769d2..59230ed 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -5,8 +5,8 @@ Picocrypt dosyalarınızı korumak için kullanabileceğiniz çok küçük (bu y

Picocrypt

-# Funding -**Please donate to Picocrypt on Open Collective (crypto is accepted) to raise money for a security audit from Cure53. Because this is a project that I spend many hours on and make no money from, I cannot pay for an audit myself. Picocrypt needs support from its community.** +# Finansman Sağlama +**Cure53'ten bir güvenlik denetimi için para toplamak üzere, lütfen Open Collective üzerinden (kripto kabul edilir) Picocrypt'e bağış yapın. Bu projeyi hayata geçirebilmek için saatlerce çalıştım ve bundan herhangi bir parasal gelir elde etmiyorum, bu yüzden denetleme ücretini kendi başıma ödeyemem. Picocrypt'in, topluluğunun desteğine ihtiyacı var.** # Downloads **Important**: There are multiple entities under the name "Picocrypt". For example, there's an old encryption tool called PicoCrypt that uses a broken cipher. There's also an ERC-funded research project called PICOCRYPT. There are even domains related to Picocrypt that I've never registered. Please don't confuse any of these unrelated projects with Picocrypt (this project). Make sure to only download Picocrypt from this repository to ensure that you get the authentic and backdoor-free Picocrypt. When sharing Picocrypt with others, be sure to link to this repository to prevent any confusion. From 3f3fa7476c52589b3dbc710d6e0361c618939d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:29:18 +0300 Subject: [PATCH 04/21] translation of downloads --- translations/turkish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 59230ed..fad724d 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -9,7 +9,7 @@ Picocrypt dosyalarınızı korumak için kullanabileceğiniz çok küçük (bu y **Cure53'ten bir güvenlik denetimi için para toplamak üzere, lütfen Open Collective üzerinden (kripto kabul edilir) Picocrypt'e bağış yapın. Bu projeyi hayata geçirebilmek için saatlerce çalıştım ve bundan herhangi bir parasal gelir elde etmiyorum, bu yüzden denetleme ücretini kendi başıma ödeyemem. Picocrypt'in, topluluğunun desteğine ihtiyacı var.** # Downloads -**Important**: There are multiple entities under the name "Picocrypt". For example, there's an old encryption tool called PicoCrypt that uses a broken cipher. There's also an ERC-funded research project called PICOCRYPT. There are even domains related to Picocrypt that I've never registered. Please don't confuse any of these unrelated projects with Picocrypt (this project). Make sure to only download Picocrypt from this repository to ensure that you get the authentic and backdoor-free Picocrypt. When sharing Picocrypt with others, be sure to link to this repository to prevent any confusion. +**Önemli**: Etrafta "Picocrypt" adıyla teşekkül eden birden fazla varlık var. Mesela PicoCrypt, kırılmış bir şifreleyici kullanan eski bir araç. Ayrıca, ERC (Avrupa Araştırma Konseyi) tarafından finanse edilen PICOCRYPT isimli bir araşma projesi var. Hatta hiçbir zaman kaydını yaptırmadığım ve Picocrypt ile ilişkili alan adları var Lütfen bu alakasız projelerin hiçbirini Picocrypt (bu proje) ile karıştırmayın. Gerçek ve arka kapı içermeyen Picocrypt'i edindiğinizden emin olmak için özellikle ve yalnızca bu depodan indirmeye özen gösterin. Picocrypt'i başkalarıyla paylaşmak istediğinizde oluşabilecek herhangi bir karışıklığı önlemek için bu deponun bağlantısını sağladığınızdan emin olun. ## Windows Picocrypt for Windows is as simple as it gets. To download the latest, standalone, and portable executable for Windows, click here. If Microsoft Defender or your antivirus flags Picocrypt as a virus, please do your part and submit it as a false positive for the betterment of everyone. @@ -200,7 +200,7 @@ Picocrypt; dosyalarınızı şifreleyebilmenizi, sağlama toplamları (checksums Cure53 tarafından olası bir denetleme yaptırabilmem için gereken parayı toplayabilmem için lütfen Picocrypt'e Open Collective üzerinden bağışta bulunun. Bu projeyi hayata geçirebilmek için saatlerce çalıştım ve bundan herhangi bir parasal gelir elde etmiyorum, bu yüzden denetleme ücretini kendi başıma ödeyemem. Picocrypt'in, topluluğunun desteğine ihtiyacı var. # İndirmeler -Önemli: İnternette en son 2005'te güncellenmiş PicoCrypt adlı eski, işe yaramaz ve terk edilmiş bir yazılım müsvettesi var. PicoCrypt'in, Picocrypt(bu proje) ile zerre alakası yoktur. Gerçek ve arka kapı içermeyen Picocrypt'i edindiğinizden emin olmak için özellikle bu depodan indirdiğinizden emin olun. +Önemli: İnternette en son 2005'te güncellenmiş PicoCrypt adlı eski, işe yaramaz ve terk edilmiş bir yazılım müsvettesi var. PicoCrypt'in, Picocrypt(bu proje) ile zerre alakası yoktur. Gerçek ve arka kapı içermeyen Picocrypt'i edindiğinizden emin olmak için özellikle ve yalnızca bu depodan indirmeye özen gösterin. ## Windows Windows için Picocrypt olabildiğince basittir. Windows için en güncel ve taşınabilir uygulamayı indirmek için buraya tıklayın. Bir ihtimal Picocrypt anti-virüs yazılımınızı tetikleyebilir. Picocrypt bir virüs değildir, bu yüzden lütfen gelecekte bu tür sorunların tekrar yaşanmaması için anti-virüs sağlayıcınıza bu durumun bir yanlış pozitif olduğunu belirtin. Daha eski sürümler, Sürümler sekmesinden erişilebilir. From 26655ae99c78156ceb396137170801451694fb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:35:55 +0300 Subject: [PATCH 05/21] translation of windows --- translations/turkish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/turkish.md b/translations/turkish.md index fad724d..da99774 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -12,7 +12,7 @@ Picocrypt dosyalarınızı korumak için kullanabileceğiniz çok küçük (bu y **Önemli**: Etrafta "Picocrypt" adıyla teşekkül eden birden fazla varlık var. Mesela PicoCrypt, kırılmış bir şifreleyici kullanan eski bir araç. Ayrıca, ERC (Avrupa Araştırma Konseyi) tarafından finanse edilen PICOCRYPT isimli bir araşma projesi var. Hatta hiçbir zaman kaydını yaptırmadığım ve Picocrypt ile ilişkili alan adları var Lütfen bu alakasız projelerin hiçbirini Picocrypt (bu proje) ile karıştırmayın. Gerçek ve arka kapı içermeyen Picocrypt'i edindiğinizden emin olmak için özellikle ve yalnızca bu depodan indirmeye özen gösterin. Picocrypt'i başkalarıyla paylaşmak istediğinizde oluşabilecek herhangi bir karışıklığı önlemek için bu deponun bağlantısını sağladığınızdan emin olun. ## Windows -Picocrypt for Windows is as simple as it gets. To download the latest, standalone, and portable executable for Windows, click here. If Microsoft Defender or your antivirus flags Picocrypt as a virus, please do your part and submit it as a false positive for the betterment of everyone. +Windows için Picocrypt olabildiğince basittir. Windows için en güncel ve taşınabilir uygulamayı indirmek için buraya tıklayın. Eğer Microsoft Defender ya da kullandığınız anti-virüs yazılımı Picocrypt'i virüs olarak işaretlerse, herkesin iyiliği için lütfen üzerinize düşeni yapın ve bunun bir yanlış-pozitif olduğunu ilgili yazılımın üreticisine bildirin. ## macOS Picocrypt for macOS is very simple as well. Download Picocrypt here, extract the zip file, and run Picocrypt which is inside. If you can't open Picocrypt because it's not from a verified developer, control-click on Picocrypt and hit Open to bypass the warning. Keep in mind that Picocrypt runs through Rosetta 2 and requires OpenGL, and may not work in the future should Apple remove either. From eacc72740279349a7845c0a6534b1a0c39d0ca0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:45:50 +0300 Subject: [PATCH 06/21] translation of macOS --- translations/turkish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/turkish.md b/translations/turkish.md index da99774..1bdcaa5 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -15,7 +15,7 @@ Picocrypt dosyalarınızı korumak için kullanabileceğiniz çok küçük (bu y Windows için Picocrypt olabildiğince basittir. Windows için en güncel ve taşınabilir uygulamayı indirmek için buraya tıklayın. Eğer Microsoft Defender ya da kullandığınız anti-virüs yazılımı Picocrypt'i virüs olarak işaretlerse, herkesin iyiliği için lütfen üzerinize düşeni yapın ve bunun bir yanlış-pozitif olduğunu ilgili yazılımın üreticisine bildirin. ## macOS -Picocrypt for macOS is very simple as well. Download Picocrypt here, extract the zip file, and run Picocrypt which is inside. If you can't open Picocrypt because it's not from a verified developer, control-click on Picocrypt and hit Open to bypass the warning. Keep in mind that Picocrypt runs through Rosetta 2 and requires OpenGL, and may not work in the future should Apple remove either. +macOS için Picocrypt'te aynı şekilde olabildiğince basittir. Picocrypt'i buradan indirin, zip dosyasından çıkarın, ve içindeki Picocrypt'i çalıştırın. Eğer Picocrypt'i doğrulanmamış bir geliştiriciden olduğu için açamıyorsanız, kontrol tuşuna basarak uygulama simgesine tıklayın, ardından kestirme menüsünde Aç’ı seçin, bu şekilde uyarıyı aşabilirsiniz. Picocrypt'in Rosetta 2 üzerinde çalıştığını ve OpenGL gerektirdiğini, ve gelecekte Apple'ın bunları silmesi durumunda çalışmayabileceğini aklınızda bulundurun. ## Linux To use Picocrypt on Linux, you can download the AppImage here. While this AppImage should work on most systems, Linux is a mess when it comes to cross-distro and cross-release compatibility, so if the AppImage doesn't work, you can run Picocrypt through Wine or from source using the instructions in the `src/` directory. From 77838ba1d342e4a51dcd13964c7ca0270f0622f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:55:19 +0300 Subject: [PATCH 07/21] translation of linux --- translations/turkish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/turkish.md b/translations/turkish.md index 1bdcaa5..1ca54fa 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -18,7 +18,7 @@ Windows için Picocrypt olabildiğince basittir. Windows için en güncel ve ta macOS için Picocrypt'te aynı şekilde olabildiğince basittir. Picocrypt'i buradan indirin, zip dosyasından çıkarın, ve içindeki Picocrypt'i çalıştırın. Eğer Picocrypt'i doğrulanmamış bir geliştiriciden olduğu için açamıyorsanız, kontrol tuşuna basarak uygulama simgesine tıklayın, ardından kestirme menüsünde Aç’ı seçin, bu şekilde uyarıyı aşabilirsiniz. Picocrypt'in Rosetta 2 üzerinde çalıştığını ve OpenGL gerektirdiğini, ve gelecekte Apple'ın bunları silmesi durumunda çalışmayabileceğini aklınızda bulundurun. ## Linux -To use Picocrypt on Linux, you can download the AppImage here. While this AppImage should work on most systems, Linux is a mess when it comes to cross-distro and cross-release compatibility, so if the AppImage doesn't work, you can run Picocrypt through Wine or from source using the instructions in the `src/` directory. +Linux üzerinde Picocrypt kullanabilemek için buradan AppImage dosyasını indirebilirsiniz. Bu AppImage muhtelen çoğu sistemde çalışacaktır, ancak Linux çapraz-dağıtım ve çapraz-sürüm uyumluluğu konusunda çok karman çorman bir durumda, dolayısıyla eğer AppImage çalışmazsa, Picocrypt'i Wine üzerinden veya `src/` konumundaki talimatları kullanarak doğrudan kaynaktan çalıştırabilirsiniz. ## Paranoid Pack The Paranoid Pack is a compressed archive that contains executables for Windows, macOS, and Linux, including the source code and dependencies. As long as you have it stored in a place you can access, you'll be able to open it and use Picocrypt on any desktop operating system in case this repository mysteriously vanishes or the entire Internet burns down. Think of it as a seed vault for Picocrypt; as long as one person has the Paranoid Pack within reach, they can share it with the rest of the world and keep Picocrypt functional in case of catastrophic events. The best way to ensure Picocrypt is accessible many decades from now is to keep a Paranoid Pack in a safe place. Get your copy here. From cc3e07e03874ea9e5cca70262c32d4f985a80d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:26:13 +0300 Subject: [PATCH 08/21] translation of paranoid pack --- translations/turkish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 1ca54fa..196d6e9 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -20,8 +20,8 @@ macOS için Picocrypt'te aynı şekilde olabildiğince basittir. Picocrypt'i buradan AppImage dosyasını indirebilirsiniz. Bu AppImage muhtelen çoğu sistemde çalışacaktır, ancak Linux çapraz-dağıtım ve çapraz-sürüm uyumluluğu konusunda çok karman çorman bir durumda, dolayısıyla eğer AppImage çalışmazsa, Picocrypt'i Wine üzerinden veya `src/` konumundaki talimatları kullanarak doğrudan kaynaktan çalıştırabilirsiniz. -## Paranoid Pack -The Paranoid Pack is a compressed archive that contains executables for Windows, macOS, and Linux, including the source code and dependencies. As long as you have it stored in a place you can access, you'll be able to open it and use Picocrypt on any desktop operating system in case this repository mysteriously vanishes or the entire Internet burns down. Think of it as a seed vault for Picocrypt; as long as one person has the Paranoid Pack within reach, they can share it with the rest of the world and keep Picocrypt functional in case of catastrophic events. The best way to ensure Picocrypt is accessible many decades from now is to keep a Paranoid Pack in a safe place. Get your copy here. +## Paranoid Paketi +Paranoid Paketi, kaynak kodunun ve bağımlılıkların da dahil olduğu Windows, macOS ve Linux için yürütülebilir uygulamaları içeren sıkıştırılmış bir arşivdir. Erişebileceğiniz bir yerde sakladığınız sürece, bu deponun gizemli bir şekilde kaybolması veya tüm internetin yanıp kül olması durumunda bu arşivi açıp Picocrypt'i herhangi bir masaüstülü işletim sisteminde kullanabileceksiniz. Bunu Picocrypt için bir tohum bankası olarak düşünebilirsiniz; en azından bir kişide Paranoid Paketi olduğu sürece Picocrypt'i dünyanın geri kalanıyla paylaşabilir ve felaket senaryolarında Picocrypt'i çalışır vaziyette tutabilir. Picocrypt'in bundan on yıllarca sonra bile erişilebilir olmasını sağlamanın en iyi yolu, bir Paranoid Paketini güvenli bir yerde muhafaza etmektir. Siz de bir nüshasını buradan alabilirsiniz. # Why Picocrypt? Why should you use Picocrypt instead of VeraCrypt, 7-Zip, BitLocker, or Cryptomator? Here are a few reasons why you should choose Picocrypt: From 325023f95db1babaa686a47567a6b825bdb12188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 23:14:51 +0300 Subject: [PATCH 09/21] translation of why picocrypt --- translations/turkish.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 196d6e9..4d3706e 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -23,15 +23,15 @@ Linux üzerinde Picocrypt kullanabilemek için buradan alabilirsiniz. -# Why Picocrypt? -Why should you use Picocrypt instead of VeraCrypt, 7-Zip, BitLocker, or Cryptomator? Here are a few reasons why you should choose Picocrypt: +# Neden Picocrypt? +Neden VeraCrypt, 7-Zip, BitLocker, ya da Cryptomator yerine Picocrypt kullanmalısınız? İşte size Picocrypt kullanmanız için birkaç sebep: # Comparison @@ -212,13 +212,13 @@ Windows için Picocrypt olabildiğince basittir. Windows için en güncel ve ta Linux için bir Snap paketi mevcut. Sisteminizde Snap yüklü olduğundan emin olun. Daha sonra, çekirdek snap görüntüsünün yüklü olduğunu garanti altına alın: `sudo snap install core`. Son olarak, Picocrypt'i yükleyin: `sudo snap install picocrypt`. # Neden Picocrypt? -Neden BitLocker, NordLocker, VeraCrypt, AxCrypt, ya da 7-Zip yerine Picocrypt kullanmalısınız? İşte size Picocrypt kullanmanız için birkaç sebep: +Neden VeraCrypt, 7-Zip, BitLocker, ya da Cryptomator yerine Picocrypt kullanmalısınız? İşte size Picocrypt kullanmanız için birkaç sebep: From 931df2b3d4e55ce0608358415fa16f857c78d805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Thu, 22 Dec 2022 23:51:11 +0300 Subject: [PATCH 10/21] translation of comparsion --- translations/turkish.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 4d3706e..3cc7ba6 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -34,25 +34,25 @@ Neden VeraCrypt, 7-Zip, BitLocker, ya da Cryptomator yerine Picocrypt kullanmal
  • Picocrypt dosyalarınızın bozulmalara karşı aktif olarak korunması için mevcut üstbilgilerine ek olarak Reed-Solomon eşitlik bitleri ekler, bu sayede bir birimin üstbilgisinin bir parçası (ki bu kısım önemli kriptografik bileşenleri içerir) bozulsa bile (örn. sabit disk bit rot'u) Picocrypt yüksek bir başarı oranıyla üstbilgiyi kurtarabilir ve dosyalarınızın şifresini çözebilir. Ayrıca Picocrypt bütün bir birimi Reed-Solomon ile şifreleyerek önemli dosyalarınızın kaybolmasının da önünde geçebilir.
  • -# Comparison -Here's how Picocrypt compares to other popular encryption tools. +# Kıyaslama +İşte Picocrypt'in diğer popüler şifreleme araçları ile kıyası. -| | Picocrypt | VeraCrypt | 7-Zip GUI | BitLocker | Cryptomator | -| -------------- | -------------- | -------------- | -------------- | -------------- | -------------- | -| Free |✅ Yes |✅ Yes |✅ Yes |✅ Bundled |✅ Yes | -| Open Source |✅ GPLv3 |✅ Multi |✅ LGPL |❌ No |✅ GPLv3 | -| Cross-Platform |✅ Yes |✅ Yes |❌ No |❌ No |✅ Yes | -| Size |✅ 3 MiB |❌ 20 MiB |✅ 2 MiB |✅ N/A |❌ 50 MiB | -| Portable |✅ Yes |✅ Yes |❌ No |✅ Yes |❌ No | -| Permissions |✅ None |❌ Admin |❌ Admin |❌ Admin |❌ Admin | -| Ease-Of-Use |✅ Easy |❌ Hard |✅ Easy |✅ Easy |🟧 Medium | -| Cipher |✅ XChaCha20 |✅ AES-256 |✅ AES-256 |🟧 AES-128 |✅ AES-256 | -| Key Derivation |✅ Argon2 |🟧 PBKDF2 |❌ SHA-256 |❓ Unknown |✅ Scrypt | -| Data Integrity |✅ Always |❌ No |❌ No |❓ Unknown |✅ Always | -| Reed-Solomon |✅ Yes |❌ No |❌ No |❌ No |❌ No | -| Compression |✅ Yes |❌ No |✅ Yes |✅ Yes |❌ No | -| Telemetry |✅ None |✅ None |✅ None |❓ Unknown |✅ None | -| Audited |🟧 Planned |✅ Yes |❌ No |❓ Unknown |✅ Yes | +| | Picocrypt | VeraCrypt | 7-Zip GUI | BitLocker | Cryptomator | +| -------------- | -------------- | -------------- | -------------- | -------------- | -------------- | +|Ücretsiz |✅Evet |✅Evet |✅Evet |✅Gömülü |✅Evet | +|Açık Kaynak |✅GPLv3 |✅Çoklu-Lisans |✅LGPL |❌Hayır |✅GPLv3 | +|Çapraz-Platform |✅Evet |✅Evet |❌Hayır |❌Hayır |✅Evet | +|Boyut |✅3 MiB |❌20 MiB |✅2 MiB |✅Belirsiz |❌50 MiB | +|Taşınabilir |✅Evet |✅Evet |❌Hayır |✅Evet |❌Hayır | +|İzinler |✅Yok |❌Yönetici |❌Yönetici |❌Yönetici |❌Yönetici | +|Kullanım Kolaylığı |✅Kolay |❌Zor |✅Kolay |✅Kolay |🟧Orta | +|Şifreleyici |✅XChaCha20 |✅AES-256 |✅AES-256 |🟧AES-128 |✅AES-256 | +|Anahtar Türetimi |✅Argon2 |🟧PBKDF2 |❌SHA-256 |❓Bilinmiyor |✅Scrypt | +|Veri Bütünlüğü |✅Her zaman |❌Hayır |❌Hayır |❓Bilinmiyor |✅Her zaman | +|Reed-Solomon |✅Evet |❌Hayır |❌Hayır |❌Hayır |❌Hayır | +|Sıkıştırma |✅Evet |❌Hayır |✅Evet |✅Evet |❌Hayır | +|Telemetri |✅Hiç yok |✅Hiç yok |✅Hiç yok |❓Bilinmiyor |✅Hiç yok | +|Denetlendi |🟧Planlandı |✅Evet |❌Hayır |❓Bilinmiyor |✅Evet | # Features Picocrypt is a very simple tool, and most users will intuitively understand how to use it in a few seconds. On a basic level, simply dropping your files, entering a password, and hitting Encrypt is all that's needed to encrypt your files. Dropping the output back into Picocrypt, entering the password, and hitting Decrypt is all that's needed to decrypt those files. Pretty simple, right? From cc401472616129d6f66303dbb3dde3cf76c0a868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:41:30 +0300 Subject: [PATCH 11/21] translation of first 2 paragraphs of features --- translations/turkish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 3cc7ba6..7a39b43 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -55,9 +55,9 @@ Neden VeraCrypt, 7-Zip, BitLocker, ya da Cryptomator yerine Picocrypt kullanmal |Denetlendi |🟧Planlandı |✅Evet |❌Hayır |❓Bilinmiyor |✅Evet | # Features -Picocrypt is a very simple tool, and most users will intuitively understand how to use it in a few seconds. On a basic level, simply dropping your files, entering a password, and hitting Encrypt is all that's needed to encrypt your files. Dropping the output back into Picocrypt, entering the password, and hitting Decrypt is all that's needed to decrypt those files. Pretty simple, right? +Picocrypt çok basit bir araçtır ve çoğu kullanıcı onu nasıl kullanacağını birkaç saniye içinde sezgisel olarak anlayacaktır. Temel olarak dosyalarınızı şifrelemek için onları sürükleyip bırakarak ve akabinde bir parola girip Şifrele'ye basmak yeterlidir. Benzer şekilde, şifrelenmiş birimi sürükleip bırakmak, şifrelerken belirlediğiniz parolayı girmek ve Deşifrele'ye basmak dosyalarınızın şifresini çözmek için yeterlidir. Oldukça basit, değil mi? -While being simple, Picocrypt also strives to be powerful in the hands of knowledgeable and advanced users. Thus, there are some additional options that you may use to suit your needs. +Picocrypt basit olmakla birlikte, bilgili ve ileri düzey kullanıcıların elinde güçlü olmaya da çalışır. Dolayısıyla, ihtiyaçlarınıza uygun olarak kullanabileceğiniz bazı ek seçenekler sunar. # Security -For more information on how Picocrypt handles cryptography, see Internals for the technical details. If you're worried about the safety of me or this project, let me assure you that this repository won't be hijacked or backdoored. I have 2FA (TOTP) enabled on all accounts with a tie to Picocrypt (GitHub, Reddit, Google, etc.), in addition to full-disk encryption on all of my portable devices. For further hardening, Picocrypt uses my isolated forks of dependencies and I fetch upstream only when I have taken a look at the changes and believe that there aren't any security issues. This means that if a dependency gets hacked or deleted by the author, Picocrypt will be using my fork of it and remain completely unaffected. You can feel confident about using Picocrypt. +Picocrypt'in kriptografiyi nasıl ele aldığı hakkında daha fazla bilgi için Teknik Bilgiler'e göz atabilirsiniz. Benim veya bu projenin güvenliğinden endişe ediyorsanız, sizi temin ederim ki bu depo çalınmayacak veya arka kapı saldırısına uğramayacak. Tüm taşınabilir cihazlarımdaki tam disk şifrelemesine ek olarak, Picocrypt ile bağlantılı tüm hesaplarda (GitHub, Reddit, Google, vb.) 2FA'yı (TOTP) etkinleştirdim. FDahası, Picocrypt ihtiyaç duyduğu bağımlılıkları tarafımca çatallanmış izole depolardan kullanır, yalnızca değişikliklere göz attıktan sonra ve herhangi bir güvenlik sorunu olmadığına emin olduğumda ana depoyu fetch ediyorum. Bu, eğer ilgili bağımlılığın bir saldırıya uğraması veya sahibi tarafından silinmesi durumunda, Picocrypt'in benim çatallarımı kullandığı için hiçbir şekilde etkilenmeyeceği anlamına gelir. Picocrypt'i kullanmakla ilgili kafanız rahat olabilir. ## Signatures For the paranoid, Picocrypt is signed with PGP. The fingerprint and public key are listed below. From 58c5e84965f960d20d5aa4090f6cf51b18f2effd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:12:48 +0300 Subject: [PATCH 14/21] translation of signatures --- translations/turkish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/turkish.md b/translations/turkish.md index 1b3dde3..49c9515 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -73,7 +73,7 @@ Picocrypt basit olmakla birlikte, bilgili ve ileri düzey kullanıcıların elin Picocrypt'in kriptografiyi nasıl ele aldığı hakkında daha fazla bilgi için Teknik Bilgiler'e göz atabilirsiniz. Benim veya bu projenin güvenliğinden endişe ediyorsanız, sizi temin ederim ki bu depo çalınmayacak veya arka kapı saldırısına uğramayacak. Tüm taşınabilir cihazlarımdaki tam disk şifrelemesine ek olarak, Picocrypt ile bağlantılı tüm hesaplarda (GitHub, Reddit, Google, vb.) 2FA'yı (TOTP) etkinleştirdim. FDahası, Picocrypt ihtiyaç duyduğu bağımlılıkları tarafımca çatallanmış izole depolardan kullanır, yalnızca değişikliklere göz attıktan sonra ve herhangi bir güvenlik sorunu olmadığına emin olduğumda ana depoyu fetch ediyorum. Bu, eğer ilgili bağımlılığın bir saldırıya uğraması veya sahibi tarafından silinmesi durumunda, Picocrypt'in benim çatallarımı kullandığı için hiçbir şekilde etkilenmeyeceği anlamına gelir. Picocrypt'i kullanmakla ilgili kafanız rahat olabilir. ## Signatures -For the paranoid, Picocrypt is signed with PGP. The fingerprint and public key are listed below. +Paranoid paketi için, Picocrypt PGP ile şifrelenmiştir. Parmak izi ve açık anahtar aşağıda sunulmuştur.
    B342A744BDEEA57B6A583E33A247E73798946F55
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    
    From 49b713fd9a2ca62a03347f8e040b6f642e3ba39a Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?=C3=9Cmit=20Seyhan?=
     <43583375+umitseyhan75@users.noreply.github.com>
    Date: Fri, 30 Dec 2022 16:24:14 +0300
    Subject: [PATCH 15/21] translation of community
    
    ---
     translations/turkish.md | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/translations/turkish.md b/translations/turkish.md
    index 49c9515..6dfa6c2 100644
    --- a/translations/turkish.md
    +++ b/translations/turkish.md
    @@ -87,7 +87,7 @@ PIbXjQvrAMkEVIc0HbCzLxr1k3sH
     -----END PGP PUBLIC KEY BLOCK-----
    # Community -Consider joining r/Picocrypt. While I won't be active in this subreddit myself, it's still a great place to ask questions and help one another out, especially if something happens to me or this repository in the future. Remember to only trust this specific subreddit and be aware of hackers that might try to impersonate me on other platforms. I will never ask you for your password, and anyone who does is not me. I will never tell you to download a file from a suspicious link, and anyone who does is not me. +r/Picocrypt'e katılmayı düşünebilirsiniz. Bu subreddit'te kendim aktif olmayacak olsam dahi, özellikle gelecekte bana veya bu depoya bir şey olması durumunda soru sormak ve başkalarına yardım etmek için harika bir ortamdır. Sadece bu spesifik subreddit'e güvenin ve diğer ortamlarda beni taklit etmeye ve sizi kandırmaya çalışabilecek bilgisayar korsanlarına karşı dikkatli olun. Size asla şifrenizi sormam ve eğer soruyorsam bilin ki o ben değilimdir. Sizden asla şüpheli bir bağlantıdan dosya indirmenizi istemeyeceğim ve eğer istiyorsam bilin ki o ben değilimdir. # Donations When I was actively developing Picocrypt, I accepted donations, but now that Picocrypt is complete and production-ready, there's no need anymore. Instead, take your time and effort to share the love of Picocrypt with others. Donations are nice, but being able to help others is a lot more valuable to me than a few spare dollars. Knowing that Picocrypt is helping people secure their files is plenty enough for me. From be8f69c5e50f80f3e2aa2c40f080c216e36a5649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:25:09 +0300 Subject: [PATCH 16/21] translation of forgotten headings --- translations/turkish.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 6dfa6c2..8a57577 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -69,10 +69,10 @@ Picocrypt basit olmakla birlikte, bilgili ve ileri düzey kullanıcıların elin
  • Dosyaları sıkıştır: Varsayılan olarak Picocrypt, birden çok dosyayı şifrelerken dosyaları hızlı bir şekilde birleştirmek için sıkıştırmasız bir zip dosyası kullanır. Ancak bu dosyaları sıkıştırmak isterseniz, bu kutuyu işaretlemeniz yeterlidir; şifreleme sırasında standart Deflate sıkıştırma algoritması uygulanacaktır.
  • -# Security +# Güvenlik Picocrypt'in kriptografiyi nasıl ele aldığı hakkında daha fazla bilgi için Teknik Bilgiler'e göz atabilirsiniz. Benim veya bu projenin güvenliğinden endişe ediyorsanız, sizi temin ederim ki bu depo çalınmayacak veya arka kapı saldırısına uğramayacak. Tüm taşınabilir cihazlarımdaki tam disk şifrelemesine ek olarak, Picocrypt ile bağlantılı tüm hesaplarda (GitHub, Reddit, Google, vb.) 2FA'yı (TOTP) etkinleştirdim. FDahası, Picocrypt ihtiyaç duyduğu bağımlılıkları tarafımca çatallanmış izole depolardan kullanır, yalnızca değişikliklere göz attıktan sonra ve herhangi bir güvenlik sorunu olmadığına emin olduğumda ana depoyu fetch ediyorum. Bu, eğer ilgili bağımlılığın bir saldırıya uğraması veya sahibi tarafından silinmesi durumunda, Picocrypt'in benim çatallarımı kullandığı için hiçbir şekilde etkilenmeyeceği anlamına gelir. Picocrypt'i kullanmakla ilgili kafanız rahat olabilir. -## Signatures +## İmzalar Paranoid paketi için, Picocrypt PGP ile şifrelenmiştir. Parmak izi ve açık anahtar aşağıda sunulmuştur.
    B342A744BDEEA57B6A583E33A247E73798946F55
    @@ -86,7 +86,7 @@ PIbXjQvrAMkEVIc0HbCzLxr1k3sH =YFwz -----END PGP PUBLIC KEY BLOCK----- -# Community +# Topluluk r/Picocrypt'e katılmayı düşünebilirsiniz. Bu subreddit'te kendim aktif olmayacak olsam dahi, özellikle gelecekte bana veya bu depoya bir şey olması durumunda soru sormak ve başkalarına yardım etmek için harika bir ortamdır. Sadece bu spesifik subreddit'e güvenin ve diğer ortamlarda beni taklit etmeye ve sizi kandırmaya çalışabilecek bilgisayar korsanlarına karşı dikkatli olun. Size asla şifrenizi sormam ve eğer soruyorsam bilin ki o ben değilimdir. Sizden asla şüpheli bir bağlantıdan dosya indirmenizi istemeyeceğim ve eğer istiyorsam bilin ki o ben değilimdir. # Donations From 7d7945901754581f34244da0237641655617baeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:27:44 +0300 Subject: [PATCH 17/21] translation of donations --- translations/turkish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 8a57577..3f3648f 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -89,8 +89,8 @@ PIbXjQvrAMkEVIc0HbCzLxr1k3sH # Topluluk r/Picocrypt'e katılmayı düşünebilirsiniz. Bu subreddit'te kendim aktif olmayacak olsam dahi, özellikle gelecekte bana veya bu depoya bir şey olması durumunda soru sormak ve başkalarına yardım etmek için harika bir ortamdır. Sadece bu spesifik subreddit'e güvenin ve diğer ortamlarda beni taklit etmeye ve sizi kandırmaya çalışabilecek bilgisayar korsanlarına karşı dikkatli olun. Size asla şifrenizi sormam ve eğer soruyorsam bilin ki o ben değilimdir. Sizden asla şüpheli bir bağlantıdan dosya indirmenizi istemeyeceğim ve eğer istiyorsam bilin ki o ben değilimdir. -# Donations -When I was actively developing Picocrypt, I accepted donations, but now that Picocrypt is complete and production-ready, there's no need anymore. Instead, take your time and effort to share the love of Picocrypt with others. Donations are nice, but being able to help others is a lot more valuable to me than a few spare dollars. Knowing that Picocrypt is helping people secure their files is plenty enough for me. +# Bağış +Picocrypt'i aktif olarak geliştirirken bağışları kabul ettim, ancak artık Picocrypt tamamlandı ve kullanıma hazır, artık buna gerek yok. Bunun yerine, zamanınızı ve çabanızı Picocrypt sevgisini başkalarıyla paylaşmak için ayırın. Bağışlar güzel ama başkalarına edilen yardım benim için birkaç dolardan çok daha değerli. Picocrypt'in, insanların dosyalarını korumalarına yardımcı olduğunu bilmek benim için yeterli. # FAQ From 5e3e46fb1607338d75b5d7b1413029c8bd3515d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:47:10 +0300 Subject: [PATCH 18/21] translation of faq --- translations/turkish.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 3f3648f..879f5a1 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -92,23 +92,23 @@ PIbXjQvrAMkEVIc0HbCzLxr1k3sH # Bağış Picocrypt'i aktif olarak geliştirirken bağışları kabul ettim, ancak artık Picocrypt tamamlandı ve kullanıma hazır, artık buna gerek yok. Bunun yerine, zamanınızı ve çabanızı Picocrypt sevgisini başkalarıyla paylaşmak için ayırın. Bağışlar güzel ama başkalarına edilen yardım benim için birkaç dolardan çok daha değerli. Picocrypt'in, insanların dosyalarını korumalarına yardımcı olduğunu bilmek benim için yeterli. -# FAQ +# Sıkça Sorulan Sorular -**Is Picocrypt accepting new features?** +**Picocrypt yeni özellikler alacak mı?** -No, Picocrypt is considered feature-complete and won't be getting any new features. Unlike other tools which try to constantly add new features (which introduces new bugs and security holes), Picocrypt focuses on just a few core features but does each of them exceptionally well. Remember Picocrypt's ideology: small, simple, and secure. +Hayır, Picocrypt tam-özellikli olarak kabul edilmekte olup yeni özellikler almayacaktır. Sürekli olarak yeni özellikler eklemeye çalışan diğer araçların aksine (-ki bu yeni hatalar ve yeni güvenlik açıklarına sebep olur), Picocrypt yalnızca birkaç temel özelliğe odaklanır, ancak her birini olağanüstü derecede iyi yapar. Picocrypt'in ideolojisi küçük, basit ve güvenli olmasıdır. -**Will Android/iOS be supported?** +**Android/iOS desteklenecek mi?** -No, I don't plan on supporting Android or iOS because they are very different from traditional desktop operating systems and require different toolchains to develop apps for. Due to the nature of open-source software, however, a community-built version of Picocrypt for Android or iOS may appear in the future. +Hayır, geleneksel masaüstü işletim sistemlerinden çok farklı oldukları ve uygulama geliştirmek için farklı araç zincirleri gerektirdikleri için Android veya iOS'u desteklemeyi planlamıyorum. Bununla birlikte, açık kaynaklı yazılımın doğası gereği, gelecekte Android veya iOS için topluluk tarafından oluşturulmuş bir Picocrypt sürümü olabilir. -**Why is Picocrypt not updated frequently?** +**Neden Picocrypt sıklıkla güncelleme almaz?** -People seem to have the notion that software must be constantly updated to stay relevant and secure. While this may be true for a lot of the software we use today, it is not for Picocrypt. Picocrypt is "good software" and good software doesn't need constant updates to remain relevant and secure. Good software will always be good software. +İnsanlar, amaca uygun ve güvenli kalabilmesi için bir yazılımın sürekli olarak güncellenmesi gerektiği fikrine sahip gibi görünüyor. Bu, bugün kullandığımız birçok yazılım için doğru olsa dahi, Picocrypt için geçerli değildir. Picocrypt "iyi yazılım"dır ve iyi yazılımlar amaca uygun ve güvenli kalmak için sürekli güncelleme almaya ihtiyaç duymazlar. İyi yazılım her zaman iyi yazılım olacaktır. -**Does the "Delete files" feature shred files?** +**"Dosyaları sil" özelliği dosyaları gerçekten siliyor mu (shredding)?** -No, it doesn't shred any files and just deletes them as your file manager would. On modern storage mediums like SSDs, there is no such thing as shredding a file since wear leveling makes it impossible to overwrite a particular sector. Thus, to prevent giving users a false sense of security, Picocrypt doesn't include any shredding features at all. +Hayır, hiçbir dosyayı gerçekten silmez sadece dosya yöneticiniz nasıl siliyorsa o şekilde siler. SSD gibi modern depolama birimlerinde dosyaları gerçekten silme diye bir şey yoktur, zira bu birimlerdeki yıpranma hızı belirli bir sektörün üzerine yazmayı imkansız kılmaktar. Dolayısıyla, Picocrypt kullanıcılara yanlış bir güvenlik hissi vermemek için herhangi bir gerçekten silme özelliği içermez. # Acknowledgements A thank you from the bottom of my heart to the people on Open Collective who have made a significant contribution: From 174a876fa57fcbc5c71a60e7af3b370a11b3aed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:49:21 +0300 Subject: [PATCH 19/21] translation of acknowledgements --- translations/turkish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index 879f5a1..b771bb9 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -110,8 +110,8 @@ Hayır, geleneksel masaüstü işletim sistemlerinden çok farklı oldukları ve Hayır, hiçbir dosyayı gerçekten silmez sadece dosya yöneticiniz nasıl siliyorsa o şekilde siler. SSD gibi modern depolama birimlerinde dosyaları gerçekten silme diye bir şey yoktur, zira bu birimlerdeki yıpranma hızı belirli bir sektörün üzerine yazmayı imkansız kılmaktar. Dolayısıyla, Picocrypt kullanıcılara yanlış bir güvenlik hissi vermemek için herhangi bir gerçekten silme özelliği içermez. -# Acknowledgements -A thank you from the bottom of my heart to the people on Open Collective who have made a significant contribution: +# Teşekkürler +Open Collective üzerinden hatrı sayılır miktarda bağışlarda bulunan bu kişilere tüm içtenliğimle teşekkür ederim. - + -Also, a huge thanks to the following list of five people, who were the first to donate and support Picocrypt: +Ayrıca, Picocrypt'e ilk bağışta bulunan ve destekleyen beş kişiden oluşan aşağıdaki listeye de çok teşekkür ederim: -As well, a great thanks to these people, who have helped translate Picocrypt and make it more accessible to the world: +Ayrıca, Picocrypt'in tercüme edilmesine ve dünya tarafından daha erişilebilir hale getirilmesine yardımcı olan bu kişilere çok teşekkür ederim: -Finally, thanks to these people/organizations for helping me out when needed: +Ve son olarak, bu insanlara/organizasyonlara ihtiyacım olduğunda yardım ettikleri için teşekkür ederim: From a09a165de7fcd89af2a47922b3d48cf72ddbf143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seyhan?= <43583375+umitseyhan75@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:02:56 +0300 Subject: [PATCH 21/21] removal of old translation --- translations/turkish.md | 113 +--------------------------------------- 1 file changed, 1 insertion(+), 112 deletions(-) diff --git a/translations/turkish.md b/translations/turkish.md index e523bbc..8b74fca 100644 --- a/translations/turkish.md +++ b/translations/turkish.md @@ -169,115 +169,4 @@ Ve son olarak, bu insanlara/organizasyonlara ihtiyacım olduğunda yardım ettik
  • Picocrypt'i listeledikleri için PrivacyTools
  • Picocrypt'i listeledikleri içinPrivacyGuides
  • ...Siz?
  • - - - - - - - - - - - - - - - - - - - - - -

    Picocrypt

    - -Picocrypt; dosyalarınızı şifreleyebilmenizi, sağlama toplamları (checksums) oluşturabilmenizi, dosyalarınızı kalıcı olarak silebilmenizi ve daha fazlasını yapabilmenizi sağlayan oldukça küçük (bu yüzden Pico), oldukça basit ancak oldukça güvenli bir kriptografi aracıdır. Güvenlik, basitlik ve güvenilirliğe odaklanarak şifreleme için ilk-tercih bir araç olması için tasarlanmıştır. Picocrypt, NSA gibi üç harfli teşkilatlara karşı bile üst düzey güvenlik sağlamak için XChaCha20 şifrelemesi ve HMAC-SHA3 mesaj doğrulama kodunu kullanır. Olabilecek en üst düzey güvenlik için tasarlanmıştır, güvenlik açısından mutlak suretle taviz vermez ve denetlenmiş bir kriptografi kütüphanesi ile oluşturulmuştur. Gizliliğiniz ve güvenliğiniz saldırı altında. Dosyalarınızı Picocrypt ile koruyor olmanın verdiği güvenle buna bir son verin. - -

    Picocrypt

    - -# Finansman Sağlama -Cure53 tarafından olası bir denetleme yaptırabilmem için gereken parayı toplayabilmem için lütfen Picocrypt'e Open Collective üzerinden bağışta bulunun. Bu projeyi hayata geçirebilmek için saatlerce çalıştım ve bundan herhangi bir parasal gelir elde etmiyorum, bu yüzden denetleme ücretini kendi başıma ödeyemem. Picocrypt'in, topluluğunun desteğine ihtiyacı var. - -# İndirmeler -Önemli: İnternette en son 2005'te güncellenmiş PicoCrypt adlı eski, işe yaramaz ve terk edilmiş bir yazılım müsvettesi var. PicoCrypt'in, Picocrypt(bu proje) ile zerre alakası yoktur. Gerçek ve arka kapı içermeyen Picocrypt'i edindiğinizden emin olmak için özellikle ve yalnızca bu depodan indirmeye özen gösterin. - -## Windows -Windows için Picocrypt olabildiğince basittir. Windows için en güncel ve taşınabilir uygulamayı indirmek için buraya tıklayın. Bir ihtimal Picocrypt anti-virüs yazılımınızı tetikleyebilir. Picocrypt bir virüs değildir, bu yüzden lütfen gelecekte bu tür sorunların tekrar yaşanmaması için anti-virüs sağlayıcınıza bu durumun bir yanlış pozitif olduğunu belirtin. Daha eski sürümler, Sürümler sekmesinden erişilebilir. - -## macOS -buraya tıklayın. - -## Linux -Linux için bir Snap paketi mevcut. Sisteminizde Snap yüklü olduğundan emin olun. Daha sonra, çekirdek snap görüntüsünün yüklü olduğunu garanti altına alın: `sudo snap install core`. Son olarak, Picocrypt'i yükleyin: `sudo snap install picocrypt`. - -# Neden Picocrypt? -Neden VeraCrypt, 7-Zip, BitLocker, ya da Cryptomator yerine Picocrypt kullanmalısınız? İşte size Picocrypt kullanmanız için birkaç sebep: - - -# Talimatlar -Picocrypt çok basit bir araçtır ve pek çok kullanıcı saniyeler içinde nasıl kullanılacağını anlayabilir. Yine de, kullanabileceğiniz bazı gelişmiş seçenekleri barındırır. - - -# Güvenlik -Picocrypt'in kriptografi sürecini nasıl yürüttüüğyle ilgili daha fazla bilgi için Dahililer bilgilendirmesini okuyun. Eğer Picocrypt'in pratikteki güvenliğiyle ilgili endişeleriniz varsa, bu deponun ele geçirilmeyeceğine dair sizi temin ederim. Picocrypt'e bağlı tüm hesaplarda (GitHub, Google, Reddit, Discord, vb.) 2 faktörlü kimlik doğrulamayı (TOTP) etkinleştirdim, böylece Picocrypt'i kullanma konusunda kendinizi güvende hissedebilirsiniz. - -# Topluluk -Picocrypt ile ilgili en son haberleri görebileceğiniz ve dahil olabileceğiniz bazı yerler: - -Yalnızca bu topluluklara güvenin ve benim kimliğime bürünüp size kötü amaçlı yazılım indirtmeyi deneyebilecek dolandırıcılara ve bilgisayar korsanlarına karşı dikkatli olun. - -# Yıldız Grafiği -[![Stargazers over time](https://starchart.cc/HACKERALERT/Picocrypt.svg)](https://starchart.cc/HACKERALERT/Picocrypt) - -# Katkı -Eğer bir hata bulduysanız ya da özellik talebiniz varsa, lütfen bir Sorun girdisi (Issue) oluşturun. Ortaklık edebilecek çalışma arkadaşlarına açığım, ayrıca tüm Sorun girdilerinin ve çekme taleplerinin (Pull Requests) başım üstünde yeri var. Eğer bir güvenlik açığı tespit ettiyseniz, lütfen bildirmek için buradaki talimatları takip edin. - -# Teşekkürler -Open Collective üzerinden yaptıkları kayda değer bağışlardan ötürü bu kişilere özellikle çok teşekkür ederim. - -Ve ayrıca Patreon'daki destekçilerime: - - -Aşağıda listelenmiş olan beş kişiye, Picocrypt'e bağışta ve destekte bulunan ilk kişiler olmalarından ötürü çok teşekkür ederim: - - -Picocrypt'i tercüme ettikleri ve dünya için daha erişilebilir hale getirmeye yardımcı oldukları için bu insanlara çok teşekkür ederim: - - -Ayrıca bu kişilere de teşekkürü bir borç bilirim: - + \ No newline at end of file