signed-invoice-verif

The mobile app to verify digitally signed invoices.

https://github.com/maelgangloff/signed-invoice-verif

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary

Keywords

app bill billing cryptography digital dss flutter invoice signature
Last synced: 6 months ago · JSON representation ·

Repository

The mobile app to verify digitally signed invoices.

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 10
Topics
app bill billing cryptography digital dss flutter invoice signature
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Funding License Citation

README.md

Invoice Verif

The mobile application for verifying invoices generated by the signed-invoice tool.
All verification steps are performed on your terminal. No data is transmitted. The application does not need internet.
Feel free to improve this app!

Install

Invoice Verif is available for free on the Google Play Store.

How it works

The application works in two different modes:

  • Reading of the invoice without authentication of the cryptographic signature (default mode): The application only reads the contents of the stamp without verifying the signature.

  • Verification of the authenticity of the invoice. The application will ask you to select the document issuer's public key file. When a stamp is scanned, the signature is verified. If the signature does not match, an error is thrown and the invoice is marked as not authentic.

screenshot

Owner

  • Name: Maël Gangloff
  • Login: maelgangloff
  • Kind: user
  • Location: Nancy, France
  • Company: Polytech Nancy | @PolytechSN

Student at Polytech Nancy - University of Lorraine, France | Discord: maelgangloff#1907

Citation (CITATION.cff)

cff-version: 1.2.0
title: Signed Invoice Verif
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Maël
    family-names: Gangloff
    email: contact@maelgangloff.fr
    orcid: 'https://orcid.org/0000-0002-7729-724X'
identifiers:
  - type: url
    value: >-
      https://github.com/maelgangloff/signed-invoice-verif/releases/tag/0.2.5
    description: Release v0.2.5 of Signed Invoice Verif
repository-code: 'https://github.com/maelgangloff/signed-invoice-verif'
abstract: Verify the authenticity of invoices using cryptography
keywords:
  - Invoice
  - Bill
  - Generator
  - PDF
  - Crypto
license: GPL-3.0-or-later
version: 0.2.5
date-released: '2024-02-27'
license-url: 'https://github.com/maelgangloff/signed-invoice-verif/blob/master/LICENSE'

GitHub Events

Total
Last Year

Dependencies

android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
pubspec.lock pub
  • async 2.8.2
  • boolean_selector 2.1.0
  • characters 1.2.0
  • charcode 1.3.1
  • clock 1.1.0
  • collection 1.16.0
  • convert 3.0.2
  • crypto 3.0.2
  • cupertino_icons 1.0.5
  • dart_jsonwebtoken 2.4.2
  • fake_async 1.3.0
  • ffi 2.0.1
  • file_picker 5.0.1
  • flutter 0.0.0
  • flutter_beep 1.0.0
  • flutter_lints 2.0.1
  • flutter_plugin_android_lifecycle 2.0.7
  • flutter_test 0.0.0
  • flutter_web_plugins 0.0.0
  • intl 0.17.0
  • js 0.6.4
  • jwt_decoder 2.0.1
  • lints 2.0.0
  • matcher 0.12.11
  • material_color_utilities 0.1.4
  • meta 1.7.0
  • path 1.8.1
  • plugin_platform_interface 2.1.2
  • pointycastle 3.6.1
  • qr_code_scanner 1.0.1
  • sky_engine 0.0.99
  • source_span 1.8.2
  • stack_trace 1.10.0
  • stream_channel 2.1.0
  • string_scanner 1.1.0
  • term_glyph 1.2.0
  • test_api 0.4.9
  • typed_data 1.3.1
  • url_launcher 6.1.5
  • url_launcher_android 6.0.17
  • url_launcher_ios 6.0.17
  • url_launcher_linux 3.0.1
  • url_launcher_macos 3.0.1
  • url_launcher_platform_interface 2.1.0
  • url_launcher_web 2.0.13
  • url_launcher_windows 3.0.1
  • vector_math 2.1.2
  • win32 2.7.0
pubspec.yaml pub
  • flutter_lints ^2.0.0 development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • cupertino_icons ^1.0.2
  • dart_jsonwebtoken ^2.4.2
  • file_picker ^5.0.1
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • flutter_beep ^1.0.0
  • intl ^0.17.0
  • jwt_decoder ^2.0.1
  • qr_code_scanner ^1.0.1
  • url_launcher ^6.1.5
.github/workflows/dart.yaml actions
  • actions/checkout v3 composite
  • subosito/flutter-action v2 composite
android/build.gradle maven