Warning: session_start(): open(/tmp/sess_og2nbbn7ld5ga2o3ii9ue4enj6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Qrypto openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Qrypto

   0.4.1  

Qt Security

Score 58%
Qrypto
zoom


Qrypto
zoom


Qrypto
zoom


Downloads:  1620
Submitted:  Dec 4 2008
Updated:  Mar 29 2010

Description:

Qrypto is a simple application that allows you to encrypt or hash a string text and include other encoding/decoding functions.




Changelog:

0.4.1 :
- Fix compiling error with gcc 4.4
- Support thread in the brute forcer (experimentale)
- Add icons

0.4.0 :
- Update to version 5.6.0 of Crypto++ library
- Add theres encryption/decryprion functions:
Salsa20, SEAL, SEED, Sosemanuk, Panama, XSalsa20

0.3.1 :
- Fix bugs in the brute forcer

0.3 :
- Add ROT13
- Add Leet Speak Encode/Decode
- Add Reverse String

0.2 :
- Brute Forcer
- Some bug fix

0.1 :
Hashs :
- Adler32
- CRC32
- MD2, MD4, MD5
- RIPEMD128, RIPEMD160, RIPEMD320
- SHA1, SHA224, SHA256, SHA384, SHA512
- Tiger
- Whirlpool

Encryption/Decryprion functions :
- AES
- Blowfish
- Camellia
- CAST128, CAST256
- DES, DES EDE2, DES EDE3, DES XEX3
- GOST
- IDEA
- MARS
- RC2, RC5, RC6
- SAFER K
- SAFER SK
- Serpent
- SHACAL2
- SHARK
- SKIPJACK
- Square
- TEA, XTEA
- ThreeWay
- Twofish

Conversions :
- Base32Encode/Decode
- Base64Encode/Decode
- HexEncode/Decode
- URLEncode/Decode
- UUEncode/UUDecode

Tools :
- MemoTool
- Key Generator




LicenseGPL
(Qrypto src+bin)
Send to a friend
Subscribe
Other  Content  from Amine27
Report inappropriate content



-

 Linker bug

 
 by heinzkde on: Jan 2 2009
 
Score 50%

Hello,

add the line:

LIBS += -lcryptopp

to the pro-file. Then Qrypto will compile AND link :-)


Regards, Heinz


Reply to this

-

 Re: Linker bug

 
 by Amine27 on: Jan 2 2009
 
Score 50%

Hi,

i added it to the Makefile before

and now i update the .pro file

Thank you


Reply to this

-

 rot13?

 
 by hallowname on: Feb 5 2009
 
Score 50%
hallownamehallowname
Tattooz / Konquer The World!
Home

can i request that rot13 be added, just for kicks :P

i think ill make a little rot13 example qt app if i cant find one.

thanx for this wonderful app tho!


Reply to this

-

 Re: rot13?

 
 by Amine27 on: Feb 9 2009
 
Score 50%

Hi,

I just added it in the next release


Reply to this

-

 cryptopp

 
 by tephyrnex on: Oct 12 2009
 
Score 50%

What version of Crypto++ is required? I am having some issues with the latest version (5.6).


Reply to this

-

 Re: cryptopp

 
 by Amine27 on: Oct 14 2009
 
Score 50%

It's compiled with Crypto++ 5.5.2, and yes it's have some problems with the latest version of the library


Reply to this

-

 failed to build source

 
 by crossdev on: Mar 2 2010
 
Score 50%

hi all,

i'm interested this kind of sample, and i 'd tried to build it with cryptopp552 under ubuntu koala/carmic,

i use qt creator, and i found lot's error about type, somekind of 'uint32_t' does not name a type

am i lose some other library / any configuration?

thankyou.


Reply to this

-

 Re: failed to build source

 
 by Amine27 on: Mar 29 2010
 
Score 50%

Hi,

sorry for the late reply, you just need to include "stdint.h" file in order to compile the project with gcc 4.4,
I updated it anyway :)


Reply to this

-

 Re: Re: failed to build source

 
 by crossdev on: Apr 8 2010
 
Score 50%

Thankyou for reply sir,
i h'd recompile this with cryptopp552 and it show error about SEED not declared,

this some compile output i get:
/home/orgaz/qt/qt-ref/crypto-02/qrypto-0.4.1/src/Encryptions.cpp:618: error: ‘SEED’ has not been declared
/home/orgaz/qt/qt-ref/crypto-02/qrypto-0.4.1/src/Encryptions.cpp:619: error: ‘key’ was not declared in this scope
/home/orgaz/qt/qt-ref/crypto-02/qrypto-0.4.1/src/Encryptions.cpp:914: error: ‘XSalsa20’ is not a class or namespace


Reply to this

-

 Re: Re: Re: failed to build source

 
 by Amine27 on: Apr 8 2010
 
Score 50%

yes, you need the version >= 5.6.0 of crypto++


Reply to this

-

 Windows

 
 by Urvin on: Oct 3 2010
 
Score 50%

Please, give me an advice, how to compile and use your app on Windows!
I've downloaded crypto++ src into cryptopp dir of the project, but there are lots of errors


Reply to this

-

 Re: Windows

 
 by Amine27 on: Oct 5 2010
 
Score 50%

Hi, follow the link above and you will get it all done:
http://www.qtcentre.org/threads/28809-Compiling-amp-using-Crypto-with-mingw-version-of-Qt

Good luck.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team