1 / 7

GTALK

GTALK. Projektteam. Kieslich Lindorfer Schöllhammer. Ziele. Symmetrische Ver /Entschlüsselung von Nachrichten mit AES-256 Schlüsselmanagement Secure SQLite DB Schlüsselimport QR-Code. Bibliotheken. aSmack Apache License , Version 2.0 XMPP kommunikation

Download Presentation

GTALK

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GTALK

  2. Projektteam • Kieslich • Lindorfer • Schöllhammer

  3. Ziele • Symmetrische Ver/Entschlüsselung • von Nachrichten • mit AES-256 • Schlüsselmanagement • SecureSQLite DB • Schlüsselimport • QR-Code

  4. Bibliotheken • aSmack • Apache License, Version 2.0 • XMPP kommunikation • Senden/Empfangen von Nachrichten • sqlcipher for android • Apache License, Version 2.0 • AES-256 • Verschlüsselung der Datenbank

  5. Arbeitspakete • Design/Views • Datenbank • QR-Import • Passwordgenerierung

  6. Password generierung public staticbyte[]generateSeed(){ intrecorderBufferSize=AudioRecord.getMinBufferSize(8000, AudioFormat.CHANNEL_CONFIGURATION_MONO, AudioFormat.ENCODING_PCM_16BIT)* 2; AudioRecord recorder =newAudioRecord(AudioSource.DEFAULT, 8000, AudioFormat.CHANNEL_IN_MONO,AudioFormat.ENCODING_PCM_16BIT, recorderBufferSize); byte[]recordedAudioBuffer=newbyte[recorderBufferSize]; recorder.startRecording(); intbufferRead=recorder.read(recordedAudioBuffer, 0,recorderBufferSize); try{ Thread.sleep(200); }catch(InterruptedException e){ e.printStackTrace(); } recorder.stop(); recorder.release(); returnrecordedAudioBuffer; }

  7. LIVE DEMO

More Related