Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

SHACrypt is a small application that allows you to encrypt your files securely using cryptographic hash functions as a cipher.

5.0
 
  0 reviews  |  1 user  |  24,728 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Son kararlı sürümleri "Downloads" bölümünden bulabilirsiniz. 1.7 Sürümü - Henüz hazır değil çalışmalar sürüyor. Tamamen bir altyapı değişikliği ve daha akıllı hata mesajları Daha stabil Qt arayüzü Yeni KDE4 için servis menüleri Tkinter desteği son ... [More] bulması 1.6 Sürümü: Servis menüsünden kontrol toplamı dosyası oluşturma özelliği eklendi. Konsol işlemlerinde düzenleme yapıldı. 1.5 Sürümü: md5, sha1, sha224, sha256, sha384 ve sha512 kontrolleri yapar. 1.0 Sürümü: md5 ve sha1 kontrolleri yapar. 1.0 Sürümü - Kontrolcu için KDE4 plasmoid'i: Kontrolcu'den bağımsızdır. Sürükle bırak ve panoya kopyalama yapabilir. Şu an için sadece md5 kontrolü yapar. KDE Look sayfasına şuradan gidebilirsiniz. Ayrıca Plasmoid menüsünden yükleme yapabilirsiniz. Kontrolcu-Plasmoid wiki sayfasından kurulum [Less]

4.0
   
  0 reviews  |  1 user  |  1,287 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

CyoHash is a simple shell extension that is used from within Windows Explorer to calculate the MD5 hash, SHA1 hash, or CRC32 checksum of a file.

0
 
  0 reviews  |  1 user  |  5,269 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

What is The OSDaB Project?The OSDaB Project is a collection of (hopefully) useful C++ and Qt code snippets, tips, tricks and whatever could be useful for software developers. All the source code available from this website is licensed under the terms of the GNU General Public License version 2 or ... [More] later. Website: osdab.42cows.org ---- ContributePlease feel free to send any comment or suggestion or new tips, tricks and code snippets. Please remember that only open source code C/C++/Qt will be published. ---- Some historyThe OSDaB Project was born in 2005 as a quite different project. The goal was to write a series of collection managers. Movida, a movie collection manager, is the first and only application written for the old version of the project. The old OSDaB Project website contained a "Developer's Corner" section with code snippets and tips that came up during the development on Movida. The Developer's Corner has now taken full control of the website and project :) Development on Movida is still going on as a stand-alone project: movida.42cows.org [Less]

0
 
  0 reviews  |  0 users  |  18,470 lines of code  |  1 current contributor  |  Analyzed about 1 hour ago
 
 

You need to use this utility if you can answer yes to one of these questions? Do you have a java web application that requires users authentication? Do you actually store your passwords in a database, or worse off, in tomcat-users.xml?  Are you passwords in Plaintext, either in a database ... [More] , or (gasp) in tomcat-users.xml? Google, please add HTML Support [Less]

0
 
  0 reviews  |  0 users  |  154 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A GTK+ utility for computing message digests or checksums. Currently supported hash functions include MD5, MD6, SHA1, SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.

0
 
  0 reviews  |  0 users  |  7,676 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

hashlib++ is a simple and very easy to use library to create a cryptographic checksum (like MD5 or SHA1) called "hash" in C++. The library is written in plain C++ and should work with every compiler and platform.

0
 
  0 reviews  |  0 users  |  4,113 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

KinsHash is a tool to validate files.It using the hash algorithm to create a fixed-length hash code . 哈希函数是现代密码系统的基础。 这些函数将任意长度的二进制字符串映射为固定长度的小二进制字符串(称为哈希值)。 ... [More] 加密哈希函数有这样一个属性:在计算时不可能将两个不同的输入通过哈希算法取为相同的值。 哈希函数通常用于数字签名和保持数据完整性。例如文件完整性校验。 哈希值用作表示大量数据的固定大小的唯一值。 如果相应的数据也匹配,则两个数据集的哈希应该匹配。 数据的少量更改会在哈希值中产生不可预知的大量更改。 KinsHash是一个基于.Net Framework 2 的,使用哈希算法验证文件完整性的工具. KinsHash 可以生成5种哈希值: MD5 算法的哈希值长度为 128 位。 MD160 算法的哈希值长度为160位。 SHA1 算法的哈希值长度为 160 位。 SHA256 算法的哈希值长度为 256 位。 SHA512 算法的哈希值长度为 512 位。 开发语言:C++/CLI ,基于.Net Framework 2平台 软件基于.Net 框架,运行需要.Net Framework 2 运行时库支持,请下载Net Framework 2 可在发行组件包. http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5 [Less]

0
 
  0 reviews  |  0 users  |  676 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

snakeHash is a small application to create md2, md5, sha256, sha512 hash sums from files or plain text. This application was developped with Java 1.5 in the eclipse/netbeans platform.

0
 
  0 reviews  |  0 users  |  314 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

OpenIPSec is an open source IPSec Framework for Windows XP/Vista/Blackcomb/CE. The Framework will include an API for software development, command line tools, open source code (GPLv3) and documentation. Development is done from scratch and all dependent projects are my own projects (To ease bug ... [More] fix; release a soft 100% free and open source). This project depends on OpenSec and libonid. The first, contains IPSec algorithms implementation and the second allows monitoring Network cards. These two projects are under development (OpenSec: 90% done - libonid: 40% done) and the source code is freely available for download. To ease adoption, command line tools (setkey, spdadd, add ...) will have same name and syntax than those provided on Linux. //============================================ [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.