Projects tagged ‘decryption’ and ‘encryption’


Jump to tag:

Projects tagged ‘decryption’ and ‘encryption’

Filtered by Project Tags decryption encryption

Refine results Project Tags cryptography (5) java (5) aes (3) des (2) rsa (2) c (2) crypt (2) decrypt (1) c_plus_plus (1) kryptogrphics (1) csharp (1) eclipse (1)

[16 total ]

8 Users

EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. You can find links ... [More] to source and binary releases below. EncFS is open source software, licensed under the GPL. As with most encrypted filesystems, Encfs is meant to provide security against off-line attacks; ie your notebook or backups fall into the wrong hands, etc. The way Encfs works is different from the “loopback” encrypted filesystem support built into the Linux kernel because it works on files at a time, not an entire block device. This is a big advantage in some ways, but does not come without a cost. [Less]
Created over 2 years ago.

1 Users

MACSCryptPowerful cryptography algorithms implementation, with several user interfaces for the demonstration, but you still can access each separate algorithm from a simple API, you can even have a ... [More] single library for specific algorithm without needing to include everything ... Integrating MACSCrypt into your code is very simple, it's just one line code needed: //DEFINING THE OBJECT: MACSCrypt macsCryptObj = new MACSCrypt(); //DEFINING ALGORITHM AND MODE: macsCryptObj.Algorithm = MACSCrypt::CALGORITHM::AES; //Or DES or DES3 or AES3(NEW!) and implementing ... macsCryptObj.Mode = MACSCrypt::CMODE::EBC; //Or CBC or CTR or OFB or much more, and inventing ... /*** AND here is the line: ***/ ... read more at the project homepage ... [Less]
Created 8 months ago.

0 Users

caesarcrack is a native (C++) program which analyzes a ciphertext for character frequency distribution; given the distribution, computes the shift register of the caesian cipher. Take for example: ... [More] "what we wish, we readily believe, and what we ourselves think, we imagine others think also." If we apply a shift-register to the alphabet of the above quotation, we get the following ceasian cipher text: "BMFY BJ BNXM, BJ WJFINQD GJQNJAJ, FSI BMFY BJ TZWXJQAJX YMNSP, BJ NRFLNSJ TYMJWX YMNSP FQXT." caesarcrack can take in this text as a plaintext file, without knowing the shift-register, as well as the given alphabet (a-z) and will analyse it for the frequency distributions of each character using Chi Squared Distribution and determine the shift register of the ciphertext as well as output the decode plaintext. [Less]
Created 2 months ago.

0 Users

Milkshake is an encryption / decryption library based upon 3DES.
Created 10 months ago.

0 Users

IntroductionCCES or CloseCrypt Encryption System is a combination of a CSPRNG and a stream cipher that are under heavy development. The algorithm itself is subject to change at any giving point of ... [More] time, or whenever an attack is found possible. So please if you used this algorithm to encrypt your data, make sure that you know the right version of CCES to decrypt it with. ContactsYou can always be able to contact me by the following means ... IRC Server: irc.undergroundsystems.org Port: 6667 Channel: #Cryptography Email amr.ali.cc@gmail.com [Less]
Created 12 months ago.

0 Users

Veni vidi crypti
Created 3 months ago.

0 Users

This application is a matter of short messages service security, i.e. so many people want to send a message that should be secure if the mobile went to the wrong hand. The security algorithm consists ... [More] of 3 keys to encrypt the message and one more key to be with the other side to decrypt the message.. [Less]
Created 12 months ago.

0 Users

Welcome to JS-methodsJS-methods for JavaScript bundles a lot of extensions to the language's core classes to simplify development. This extensions doesn't depend on any other code or overwrite ... [More] existing methods. JS-methods can be easily combined with object oriented libraries, such as jQuery or Prototype deploy without overwriting existing variables or functions. JS-methods is divided into individual files, which has prepared for each property methods. Array prototype extensionsExtends array prototype with the following methods: contains, every, exfiltrate, filter, forEach, getRange, inArray, indexOf, insertAt, map, randomize, removeAt, some, unique Char extensionsChar extensions convert between characters and decimal Numeric Character References. Extends string prototype with the following methods: char2dec, dec2char CodecsExtends string prototype with the following methods: encodeUTF8, decodeUTF8, encodeBase64, decodeBase64 md5Extends string prototype with the following method: md5 String prototype extensionsExtends string prototype with the following methods: camelize, capitalize, collapseSpaces, format, ltrim, pad, remove, repeat, reverse, rtrim, sprintf, stripTags, trim, truncate [Less]
Created 12 months ago.

0 Users

School project
Created 3 months ago.

0 Users

Samples to demonstrate how to use AES encryption with standard libraries on several platforms - keeping encrypted content cross-platform compatible. You can download the sample source from the ... [More] Downloads section or from the Source repository. The C# project is compatible with Visual Studio 2008 Express The Java project is created using Eclipse Your feedback is very welcome! I hope you will find a bits of useful information in the Wiki section. You could start from with following articles: HowToEncryptWithJava or HowToDecryptWithCSharp [Less]
Created 3 months ago.